Andrew Phillips
|
98c67e0e82
|
fix: remove extra closing braces in meta plugin implementations
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:57:50 -03:00 |
|
Andrew Phillips
|
c0da7ae086
|
fix: remove unexpected closing brace in MetaPluginProgram
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:57:26 -03:00 |
|
Andrew Phillips
|
81397c1319
|
feat: update meta plugin constructors to accept options and outputs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:56:33 -03:00 |
|
Andrew Phillips
|
b4d40f01e8
|
fix: initialize meta plugins with defaults before configuration
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:46:13 -03:00 |
|
Andrew Phillips
|
c2d724e6cc
|
fix: use configured outputs for meta plugins in status
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:44:26 -03:00 |
|
Andrew Phillips
|
75b6c56dcc
|
fix: remove unused config import and fix borrow-after-move error
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:41:17 -03:00 |
|
Andrew Phillips
|
36159d2fb9
|
fix: use correct output names in default outputs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:39:52 -03:00 |
|
Andrew Phillips
|
cd6033ad3b
|
feat: add default_options method to all meta plugins
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:36:59 -03:00 |
|
Andrew Phillips
|
c7a0e285e0
|
feat: add default outputs to meta plugins
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:35:49 -03:00 |
|
Andrew Phillips
|
a1a66c1920
|
fix: remove unused imports and fix settings default error
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:33:10 -03:00 |
|
Andrew Phillips
|
63eb1b10b3
|
feat: add MetaPlugin.configure method and update status generation
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-19 13:32:21 -03:00 |
|
Andrew Phillips
|
fddc7670aa
|
chore: remove unused update mode
|
2025-08-19 13:31:13 -03:00 |
|
Andrew Phillips
|
afb3d789ba
|
feat: add default outputs display for meta plugins
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 13:23:51 -03:00 |
|
Andrew Phillips
|
5ca66d7469
|
feat: add MetaPlugin outputs to status display
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 13:19:57 -03:00 |
|
Andrew Phillips
|
2b79c6380f
|
refactor: split configure into configure_options and configure_outputs methods
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 13:17:27 -03:00 |
|
Andrew Phillips
|
38cbf06579
|
refactor: replace get_* and set_* methods with direct field access
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 13:15:48 -03:00 |
|
Andrew Phillips
|
58ecbd63cf
|
refactor: update meta plugin to use output mappings
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 12:57:06 -03:00 |
|
Andrew Phillips
|
1659bf20d4
|
fix: handle buffer capacity check correctly
|
2025-08-19 12:56:45 -03:00 |
|
Andrew Phillips
|
9aa76857b0
|
fix: configure meta plugins with options from settings including binary plugin max_buffer_size
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 12:38:06 -03:00 |
|
Andrew Phillips
|
a46bf3364a
|
refactor: remove unused binary plugin finalization logic
|
2025-08-19 12:36:24 -03:00 |
|
Andrew Phillips
|
ff5d233509
|
refactor: improve buffer handling logic and comments
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 20:54:42 -03:00 |
|
Andrew Phillips
|
cec6081218
|
fix: remove deprecated max_buffer option support
|
2025-08-18 20:54:40 -03:00 |
|
Andrew Phillips
|
d19ef19a5b
|
feat: implement buffer size limit and early metadata storage for binary plugin
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 20:39:52 -03:00 |
|
Andrew Phillips
|
4ba8ce74cb
|
refactor: move binary plugin to its own module
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 20:30:33 -03:00 |
|
Andrew Phillips
|
40637c8881
|
feat: add binary meta plugin implementation
|
2025-08-18 20:30:29 -03:00 |
|
Andrew Phillips
|
bc2ebaa314
|
fix: remove references to removed 'update' mode in argument definitions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 20:16:47 -03:00 |
|
Andrew Phillips
|
3c6df7334a
|
refactor: remove update mode and related references
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 20:15:39 -03:00 |
|
Andrew Phillips
|
c1daf510f8
|
feat: pass connection to meta plugin methods
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 20:14:00 -03:00 |
|
Andrew Phillips
|
d96804bdfb
|
refactor: remove connection storage from plugin structs and pass as argument
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 15:52:27 -03:00 |
|
Andrew Phillips
|
2a16edcbe7
|
fix: remove unused magic_file metadata outputs and fix binary detection timing
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 11:08:48 -03:00 |
|
Andrew Phillips
|
7f28129c00
|
feat: add central metadata output handler
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 10:51:58 -03:00 |
|
Andrew Phillips
|
ecd3e316c5
|
fix: correct type mismatch in max_buffer_size handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 10:09:45 -03:00 |
|
Andrew Phillips
|
592c277735
|
feat: add support for meta plugin options and outputs
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 10:07:51 -03:00 |
|
Andrew Phillips
|
15774d377d
|
fix: remove unused digest field and mutable process
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 09:54:02 -03:00 |
|
Andrew Phillips
|
37b0d0e3b0
|
chore: remove --digest argument and $KEEP_DIGEST environment variable
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 09:50:23 -03:00 |
|
Andrew Phillips
|
05b2c1b9bd
|
feat: update metadata field names to use mime_type and mime_encoding
|
2025-08-18 09:44:27 -03:00 |
|
Andrew Phillips
|
18a3f1b36e
|
feat: add sha256 hash metadata storage in finalize
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 09:20:07 -03:00 |
|
Andrew Phillips
|
9e62356a30
|
feat: initialize cookie once and use set_flags for subsequent operations
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 09:16:40 -03:00 |
|
Andrew Phillips
|
e86fbda144
|
feat: rename magic meta fields to remove prefix
|
2025-08-18 09:16:37 -03:00 |
|
Andrew Phillips
|
1b6ff44312
|
fix: correct magic file type and mime encoding detection
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:50:01 -03:00 |
|
Andrew Phillips
|
1e4e039672
|
feat: add combined mime info support and remove metadata filtering
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:47:04 -03:00 |
|
Andrew Phillips
|
ffd5fb12cc
|
fix: initialize magic cookie with mime type and encoding flags
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:44:21 -03:00 |
|
Andrew Phillips
|
8de8368df7
|
feat: implement program plugin metadata saving
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:40:36 -03:00 |
|
Andrew Phillips
|
c89fe9bef3
|
fix: add std::io imports and update finalize return type
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:35:01 -03:00 |
|
Andrew Phillips
|
e9aaa5d5bf
|
fix: update digest handling in update mode
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:33:46 -03:00 |
|
Andrew Phillips
|
cd63dda271
|
fix: update trait and remove unused io imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:31:47 -03:00 |
|
Andrew Phillips
|
22206de5ab
|
feat: update finalize to return Result<()> and simplify save mode
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:12:49 -03:00 |
|
Andrew Phillips
|
f11070dc60
|
feat: implement buffer-based storage for magic file metadata
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:08:27 -03:00 |
|
Andrew Phillips
|
2424c543d6
|
fix: implement debug for meta plugin program and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:03:55 -03:00 |
|
Andrew Phillips
|
3dac2d3073
|
fix: remove deprecated create method from MetaPlugin implementations
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-18 08:03:06 -03:00 |
|