Andrew Phillips
|
6b34f2e226
|
fix: remove duplicate TtyMetaPlugin implementation
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 14:46:57 -03:00 |
|
Andrew Phillips
|
b6b810e232
|
feat: use isatty::tty_path for TTY detection in meta plugin
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 14:43:50 -03:00 |
|
Andrew Phillips
|
f58a98ddae
|
refactor: improve TTY detection using /proc/self/stat and device number parsing
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 14:40:30 -03:00 |
|
Andrew Phillips
|
f20cecbcc7
|
fix: use tty command instead of reading /dev/tty link for TTY meta plugin
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 14:40:00 -03:00 |
|
Andrew Phillips
|
8a2468522a
|
feat: add tty meta plugin to get current terminal device
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 14:38:09 -03:00 |
|
Andrew Phillips
|
47349802d8
|
chore: update dependencies and remove unused basic meta plugin
|
2025-07-29 14:17:06 -03:00 |
|
Andrew Phillips
|
f32f898784
|
refactor: Remove duplicated program info definitions in status mode
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 13:56:41 -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
|
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
|
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 |
|