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
Andrew Phillips
0d68f39c08
fix: Correct Pest grammar and update ItemService initialization
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:14:00 -03:00
Andrew Phillips
84bf7ac5f4
refactor: Update filter parser tests to use get and as_str for options
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:12:33 -03:00
Andrew Phillips
22cd07284b
fix: Resolve compilation errors for multiple definitions and parser issues
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:12:11 -03:00
Andrew Phillips
9e11756d4a
docs: Fully document db module functions with examples and details
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 16:05:20 -03:00
Andrew Phillips
11ec6cf01e
docs: Add Rustdoc for pages.rs structs and functions
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:56:45 -03:00
Andrew Phillips
e9ab630a74
docs: Add rustdoc for filter_plugin, binary_detection, and lib.rs
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:48:54 -03:00
Andrew Phillips
b257a74162
fix: Remove extra closing brace from MetaPlugin impl
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:42:56 -03:00
Andrew Phillips
b8263ee29e
docs: Add comprehensive Rustdoc to src/meta_plugin/read_rate.rs
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:42:43 -03:00
Andrew Phillips
9f7534f0ae
docs: Improve Rustdoc for compression engine, delete mode, and parser modules
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:40:04 -03:00
Andrew Phillips
6a79f0455c
docs: Add Rustdoc to handle_status function in server status API
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:33:42 -03:00
Andrew Phillips
3df604e9bd
docs: Mark documentation tasks as DONE in PLAN.md
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:32:19 -03:00
Andrew Phillips
2a4a7d46c4
docs: Add comprehensive Rustdoc for shell meta plugin
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:31:53 -03:00
Andrew Phillips
0e036e3789
docs: Enhance Rustdoc for CompressionService, StatusService, and MetaPluginExec
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:29:56 -03:00
Andrew Phillips
9f48d7980b
docs: document src/services/types.rs, src/modes/common.rs, and src/services/error.rs
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:27:45 -03:00
Andrew Phillips
3ddecc9ed5
docs: Add comprehensive Rustdoc for ExecFilter and its methods
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 15:12:49 -03:00
Andrew Phillips
f3a4894699
docs: Add Rustdoc comments for info and mcp modules and grep plugin
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:30:54 -03:00
Andrew Phillips
7ee8ef6ce6
docs: Add Rustdoc comments to mode_status_plugins function
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:29:49 -03:00
Andrew Phillips
88c7290a7b
docs: Add comprehensive documentation for modes, services, and plugins
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:29:16 -03:00
Andrew Phillips
d44f3fbb5b
docs: Add Rustdoc comments for various structs and functions
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:23:12 -03:00
Andrew Phillips
d219f557db
docs: Add Rustdoc to list mode's show_list_structured function
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:15:59 -03:00
Andrew Phillips
f220ecd6ab
style: Remove unnecessary triple backticks from module docstring
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:12:45 -03:00
Andrew Phillips
16c035eb50
docs: Add Rustdoc to gzip and user meta plugins, mark PLAN.md tasks done
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:12:25 -03:00
Andrew Phillips
ce9b823e17
docs: remove redundant rustdoc comments for structs
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:05:53 -03:00
Andrew Phillips
6cff3bd165
docs: Add Rustdoc examples to server common types and compression engine
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:05:24 -03:00
Andrew Phillips
46a245a59a
docs: Mark all completed items in PLAN.md for adding rustdoc
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:02:32 -03:00
Andrew Phillips
7e4b138b39
fix: Remove extraneous closing brace
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:01:20 -03:00
Andrew Phillips
4c47dceef5
docs: Add comprehensive rustdoc for meta_plugin/magic.rs, and update PLAN.md
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 14:00:43 -03:00
Andrew Phillips
9ad3c1d9c8
docs: Add rustdoc comments for text metadata plugin internals
...
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat >
2025-09-10 13:57:51 -03:00