Andrew Phillips
84666155c4
feat: add fallback to file command when magic crate is disabled
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-12 10:26:06 -03:00
Andrew Phillips
27d3ecad04
refactor: simplify error handling and conditionals in meta plugins
2025-09-12 10:26:02 -03:00
Andrew Phillips
022bc70f53
docs: add AGENT.md and update compression engine module
2025-09-11 17:24:38 -03:00
Andrew Phillips
d27776ac23
chore: mark clippy fixes as completed in PLAN.md
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 12:34:49 -03:00
Andrew Phillips
fb70b7cc0b
refactor: move doc comments above CompressionService struct
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 12:30:43 -03:00
Andrew Phillips
de1d546b67
chore: add clippy lint fixes plan to PLAN.md
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 12:14:10 -03:00
Andrew Phillips
91fc41f56e
docs: remove outdated rustdoc plan
2025-09-11 12:14:05 -03:00
Andrew Phillips
5d7c0658b9
fix: fix typos and improve error handling in compression engines
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 12:00:45 -03:00
Andrew Phillips
f2951bf78e
fix: resolve type mismatches and missing args module
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:58:47 -03:00
Andrew Phillips
4b67ff5763
fix: add missing clone_box impls for gzip and lz4 engines
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:58:19 -03:00
Andrew Phillips
dca1d6c6a4
fix: resolve compilation errors by adding Sync+Send bounds and fixing syntax
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:57:14 -03:00
Andrew Phillips
4dcbb7c942
feat: Add ProgramWriter utility struct for plugin communication
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:39:53 -03:00
Andrew Phillips
4c7b174dd5
feat: Add plugin system to allow external extensions
2025-09-11 11:39:52 -03:00
Andrew Phillips
b151998144
fix: Implement clone_box for CompressionEngineProgram
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:32:05 -03:00
Andrew Phillips
a23cf1bf3b
fix: Close the unclosed delimiter in the compression engine trait
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:19:31 -03:00
Andrew Phillips
f7a73dd5e1
style: Remove trailing newline from trait definition
2025-09-11 11:19:30 -03:00
Andrew Phillips
0a267cf9ec
docs: Update documentation for CompressionEngine trait methods
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:14:30 -03:00
Andrew Phillips
24e66ca75a
refactor: Remove unused methods from CompressionEngine trait
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:10:51 -03:00
Andrew Phillips
0aaf22d4b6
docs: Fix missing docstring and implement cat and size methods
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:10:08 -03:00
Andrew Phillips
7be0b6735e
fix: Remove stray doc comment lines that do not document anything
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:01:41 -03:00
Andrew Phillips
faeba25c53
feat: Add size method to CompressionEngine trait
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:00:43 -03:00
Andrew Phillips
b67018d981
refactor: Remove get_status_info from CompressionEngine trait
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 11:00:10 -03:00
Andrew Phillips
f2d340e778
refactor: Use is_internal instead of comparing against empty string for compression engine
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 10:58:19 -03:00
Andrew Phillips
08b5f284d3
feat: Add is_internal method to CompressionEngine trait
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 10:57:48 -03:00
Andrew Phillips
358df8acea
fix: Restore methods for AutoFinishGzEncoder
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 10:55:13 -03:00
Andrew Phillips
f1f60f7178
refactor: Improve compression status and engine selection logic
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-11 10:54:40 -03:00
Andrew Phillips
a20f651c01
fix: Apply cfg_attr to fix conditional derive and schema attribute
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 18:16:48 -03:00
Andrew Phillips
07d0603d8e
feat: Update Cargo.toml dependencies and features
2025-09-10 18:16:46 -03:00
Andrew Phillips
1098d58ff9
refactor: Add server configs and default meta plugins
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 18:11:48 -03:00
Andrew Phillips
5ee1a3cfca
fix: Gates for server feature are placed correctly
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 18:11:00 -03:00
Andrew Phillips
6a4936d8d4
refactor: Conditionalize utoipa and flate2 based on features
...
Conditionalize `utoipa::ToSchema` derives and `#[schema]` attributes on the `server` feature, and `flate2` usage on the `gzip` feature, allowing compilation when these features are disabled.
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 17:21:48 -03:00
Andrew Phillips
8848227837
fix: Correct mismatched types in compression info tuple
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 17:13:31 -03:00
Andrew Phillips
5cb2dd5c7e
fix: Correctly display internal compression plugins in status output
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 17:12:11 -03:00
Andrew Phillips
9d3f9957ca
fix: Correct arguments passed to mode_diff function call
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 17:08:08 -03:00
Andrew Phillips
08016d0305
fix: Resolve ambiguous associated type errors in filter_parser.rs
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:59:11 -03:00
Andrew Phillips
4d16762d4c
fix: Correct module path for FilterParser::Rule usage
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:55:19 -03:00
Andrew Phillips
94e82e132a
docs: Update function documentation to use block comments
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:53:50 -03:00
Andrew Phillips
ec95bc8028
refactor: Convert unused doc comments to regular comments in status_plugins.rs
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:53:05 -03:00
Andrew Phillips
0e82369d9a
fix: Simplify Rule access in filter_parser module
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:51:13 -03:00
Andrew Phillips
7b81f04eea
fix: Qualify ambiguous associated type Rule for FilterParser
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:50:47 -03:00
Andrew Phillips
4d566aff8b
fix: Correct FilterParser rule referencing and remove unnecessary import
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:49:41 -03:00
Andrew Phillips
5f61f33e37
fix: Resolve ambiguous associated type in FilterParser by importing Rule
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:48:59 -03:00
Andrew Phillips
3a3466bf2e
refactor: Remove unnecessary use FilterParser::Rule statement
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:39:14 -03:00
Andrew Phillips
1faaafbfda
fix: Correctly import Pest Rule enum from FilterParser
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:36:37 -03:00
Andrew Phillips
eb935bae73
refactor: Improve filter parsing and error handling
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:23:38 -03:00
Andrew Phillips
0bf01e3105
fix: Correct grammar and parsing for filter strings
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:23:12 -03:00
Andrew Phillips
508b545861
refactor: Refactor filter parsing to use comma separation and JSON values
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:22:01 -03:00
Andrew Phillips
b0e359989a
fix: Resolve build errors and warnings, and update grammar
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:20:08 -03:00
Andrew Phillips
71fa20ebb3
fix: Resolve filter parsing and default directory errors
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:15:51 -03:00
Andrew Phillips
9bade07938
fix: Resolve compilation errors for filter parser and config
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:14:50 -03:00