Commit Graph

114 Commits

Author SHA1 Message Date
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
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
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
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)
a0fb0dec8a feat: add is_default method to MetaPlugin and MetaPluginProgram 2025-05-22 13:42:41 -03:00
Andrew Phillips (aider)
7a1f1699ff feat: add meta_name support to MetaPluginProgram 2025-05-22 13:26:23 -03:00
Andrew Phillips
25e41c46a9 refactor: remove unused MetaPluginType::None and related code 2025-05-22 13:21:10 -03:00
Andrew Phillips (aider)
d6a25e8b77 refactor: rename common.rs to plugins.rs and update imports 2025-05-22 09:57:19 -03:00
Andrew Phillips (aider)
e1a5dbf0f1 refactor: move ProgramWriter to common.rs 2025-05-22 09:48:19 -03:00
Andrew Phillips (aider)
beef2e773e feat: add meta plugin with file and none implementations 2025-05-22 09:38:43 -03:00
Andrew Phillips
1fd5ec1988 feat: add meta plugin program 2025-05-22 09:38:41 -03:00