Andrew Phillips
|
c7007cd416
|
fix: add -b flag to file mime type detection
|
2025-07-29 13:48:23 -03:00 |
|
Andrew Phillips
|
ca8629a3ac
|
refactor: reorganize meta plugins table to show Meta Name first and remove Type column
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 13:02:33 -03:00 |
|
Andrew Phillips
|
471fc1b98d
|
fix: apply BRIGHT_BLACK style only to "<INTERNAL>" in status mode binary column
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 13:00:45 -03:00 |
|
Andrew Phillips
|
1e00c30543
|
fix: apply BRIGHT_BLACK style to <INTERNAL> in meta plugin table
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:59:13 -03:00 |
|
Andrew Phillips
|
8c820965e8
|
fix: correct file_mime and file_encoding meta plugin flags for compatibility
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:52:36 -03:00 |
|
Andrew Phillips
|
6bcabf4fb8
|
fix: use SHELL environment variable instead of user database for shell meta plugin
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:49:39 -03:00 |
|
Andrew Phillips
|
5d79fe8a82
|
fix: remove invalid import and use proper uzers API
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:48:24 -03:00 |
|
Andrew Phillips
|
67c8f48a7c
|
refactor: move hostname plugins to system module and remove basic.rs
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:46:05 -03:00 |
|
Andrew Phillips
|
46d305f13d
|
feat: add system metadata plugins for file info and user context
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:45:03 -03:00 |
|
Andrew Phillips
|
ca6a1a455c
|
fix: ignore KEEP_META_PLUGINS when searching for metadata environment variables
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:17:49 -03:00 |
|
Andrew Phillips
|
6452eee203
|
fix: clone meta_name before moving it to store_item_meta_value
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:12:44 -03:00 |
|
Andrew Phillips
|
3de832d886
|
feat: add hostname and full_hostname meta plugins with error handling
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:11:46 -03:00 |
|
Andrew Phillips
|
5a41021188
|
feat: Add units to read_rate and read_time meta plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:02:41 -03:00 |
|
Andrew Phillips
|
ed22df4b98
|
fix: add missing IntoEnumIterator import for MetaPluginType::iter() usage
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:01:16 -03:00 |
|
Andrew Phillips
|
14c2c347cb
|
fix: lookup meta plugins by meta name instead of type name
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:00:29 -03:00 |
|
Andrew Phillips
|
3bbce80d2d
|
fix: support comma-separated meta plugin types and reorganize read time/rate plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:57:22 -03:00 |
|
Andrew Phillips
|
00ee90a6d9
|
feat: add enabled column to meta plugins status table
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:49:48 -03:00 |
|
Andrew Phillips
|
772553f588
|
fix: remove unused IntoEnumIterator import
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:47:06 -03:00 |
|
Andrew Phillips
|
05af560399
|
refactor: remove default column from meta plugin status table and simplify default logic
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:46:02 -03:00 |
|
Andrew Phillips
|
632184221b
|
fix: correctly display meta plugin implementation status in status mode
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:42:37 -03:00 |
|
Andrew Phillips
|
ffb3c8c8c6
|
fix: resolve missing imports and enum map coverage for ReadTime and ReadRate plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:39:37 -03:00 |
|
Andrew Phillips
|
85dfe5d67a
|
feat: add read time and read rate meta plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:35:31 -03:00 |
|
Andrew Phillips
|
d530f1bc43
|
refactor: remove is_default from meta plugins and add read_time/read_rate plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:32:48 -03:00 |
|
Andrew Phillips
|
ee6869a94c
|
fix: make meta_plugin mutable to call meta_name() method
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:19:12 -03:00 |
|
Andrew Phillips
|
0c29102369
|
fix: correctly detect internal meta plugins as supported in status display
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:17:53 -03:00 |
|
Andrew Phillips
|
0d1fa6a994
|
fix: split md5sum output on whitespace to extract only the hash value
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:10:29 -03:00 |
|
Andrew Phillips
|
d0ac4cf637
|
fix: reorder variable declarations to fix scope issue with meta_plugin_types
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:05:25 -03:00 |
|
Andrew Phillips
|
1a70bfee79
|
refactor: remove digest engine modules and related code
|
2025-07-29 10:16:31 -03:00 |
|
Andrew Phillips
|
e51a902660
|
refactor: integrate digest functionality into meta plugins and remove digest_engine module
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 17:31:23 -03:00 |
|
Andrew Phillips
|
4c8c6569a9
|
feat: add function to store item meta values
|
2025-07-28 17:31:12 -03:00 |
|
Andrew Phillips
|
d666cfce00
|
refactor: reimplement digest engines as meta plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 17:12:13 -03:00 |
|
Andrew Phillips
|
0bf898c0e7
|
fix: correctly track and log item size during IO loop
|
2025-07-28 17:12:10 -03:00 |
|
Andrew Phillips
|
00572135ec
|
fix: use MetaPluginProgram::new constructor for private fields
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 16:58:18 -03:00 |
|
Andrew Phillips
|
adf18ac871
|
fix: buffer data in meta plugin for finalize command
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 16:57:35 -03:00 |
|
Andrew Phillips
|
1023724681
|
fix: implement proper finalize method to capture command output
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 16:55:45 -03:00 |
|
Andrew Phillips (aider)
|
888f24640e
|
chore: remove unused import and fix mutable borrow issue
|
2025-05-22 16:44:07 -03:00 |
|
Andrew Phillips (aider)
|
7e9b22ceb6
|
fix: add missing imports in save.rs
|
2025-05-22 16:41:39 -03:00 |
|
Andrew Phillips (aider)
|
cbd7ec8fe0
|
fix: use iter_mut() for mutable meta_plugins
|
2025-05-22 16:39:27 -03:00 |
|
Andrew Phillips
|
6f5c3c3dd4
|
feat: add meta plugin support to save mode
|
2025-05-22 16:39:23 -03:00 |
|
Andrew Phillips (aider)
|
7a8814e926
|
feat: implement meta plugin initialization in save mode
|
2025-05-22 16:27:11 -03:00 |
|
Andrew Phillips
|
6935ea2dea
|
refactor: extract digest and compression engine initialization
|
2025-05-22 16:27:09 -03:00 |
|
Andrew Phillips
|
fee358c406
|
refactor: update debug logging for digest and compression types
|
2025-05-22 16:20:02 -03:00 |
|
Andrew Phillips (aider)
|
cff08905a8
|
fix: replace unwrap_or_else with unwrap_or_default for Vec<String>
|
2025-05-22 15:56:53 -03:00 |
|
Andrew Phillips (aider)
|
335c0e8a6f
|
fix: replace unwrap_or_default with unwrap_or_else for Vec<String>
|
2025-05-22 15:52:28 -03:00 |
|
Andrew Phillips (aider)
|
af84c332ea
|
fix: correct import statements and method usage
|
2025-05-22 15:49:34 -03:00 |
|
Andrew Phillips
|
f0ef529da5
|
feat: add meta plugin types support
|
2025-05-22 15:49:32 -03:00 |
|
Andrew Phillips (aider)
|
4ef75a6917
|
chore: implement meta plugin type parsing in cmd_args_meta_plugin_types
|
2025-05-22 15:44:58 -03:00 |
|
Andrew Phillips
|
d4d17b93e1
|
feat: add meta plugin type argument parsing
|
2025-05-22 15:44:56 -03:00 |
|
Andrew Phillips (aider)
|
970d69af70
|
chore: remove unused imports
|
2025-05-22 14:02:24 -03:00 |
|
Andrew Phillips (aider)
|
a68d75351f
|
refactor: remove magic function and related code
|
2025-05-22 13:57:00 -03:00 |
|