Andrew Phillips
|
b59875d1df
|
feat: use default options and outputs for meta plugins
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 22:44:38 -03:00 |
|
Andrew Phillips
|
f2e75d16fc
|
feat: update default config to match provided structure
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 22:35:34 -03:00 |
|
Andrew Phillips
|
5541220a68
|
feat: update config generation to match settings struct format
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 22:31:52 -03:00 |
|
Andrew Phillips
|
bc78075b1a
|
feat: add --generate-config mode to output default config
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 22:05:09 -03:00 |
|
Andrew Phillips
|
fb636d3077
|
feat: add generate_config module
|
2025-08-27 22:04:09 -03:00 |
|
Andrew Phillips
|
01ba00db4b
|
feat: add smart default for hostname meta plugin and debug for api response
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:37:32 -03:00 |
|
Andrew Phillips
|
f0a2cf32ac
|
chore: add derive_more and smart-default crates
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:36:44 -03:00 |
|
Andrew Phillips
|
fc54b8ff8f
|
fix: remove duplicate meta_type and replace meta_name with meta_type
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:17:48 -03:00 |
|
Andrew Phillips
|
10cd22ee1a
|
refactor: rename meta to plugin in table header
|
2025-08-27 20:07:29 -03:00 |
|
Andrew Phillips
|
7bc9dedccd
|
feat: sort meta plugins by name in status tables
Co-authored-by: aider (openai/andrew/openrouter/mistralai/mistral-medium-3.1) <aider@aider.chat>
|
2025-08-27 20:06:56 -03:00 |
|
Andrew Phillips
|
71b097c112
|
refactor: remove unused loop index variable
Co-authored-by: aider (openai/andrew/openrouter/mistralai/mistral-medium-3.1) <aider@aider.chat>
|
2025-08-27 20:06:08 -03:00 |
|
Andrew Phillips
|
bc90085f05
|
feat: update table formatting and meta plugins display order
|
2025-08-27 20:06:07 -03:00 |
|
Andrew Phillips
|
564d593f04
|
feat: add separator lines between meta plugins in status table
Co-authored-by: aider (openai/andrew/openrouter/mistralai/mistral-medium-3.1) <aider@aider.chat>
|
2025-08-27 19:55:46 -03:00 |
|
Andrew Phillips
|
46cf015572
|
fix: convert Vec<&String> to Vec<String> for join method compatibility
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 19:49:29 -03:00 |
|
Andrew Phillips
|
091f750bd8
|
feat: update meta plugin table to show options and sorted output keys
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 19:48:03 -03:00 |
|
Andrew Phillips
|
695c51a97e
|
feat: sort and format meta plugins table outputs
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:14:54 -03:00 |
|
Andrew Phillips
|
324b96d1e1
|
refactor: remove initialize() call and use plugin outputs directly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:09:17 -03:00 |
|
Andrew Phillips
|
f056b16c65
|
fix: filter out disabled outputs in status display
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:07:38 -03:00 |
|
Andrew Phillips
|
75222eeb7f
|
fix: handle hostname false option properly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:05:16 -03:00 |
|
Andrew Phillips
|
15e7c2b6e5
|
feat: handle disabled hostname outputs in plugin and simplify status display
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:01:40 -03:00 |
|
Andrew Phillips
|
aa2534c901
|
fix: handle disabled digest outputs properly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:00:24 -03:00 |
|
Andrew Phillips
|
285d04aa9a
|
fix: handle hostname_short disabled state properly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:55:27 -03:00 |
|
Andrew Phillips
|
d6906e5ed9
|
feat: add default options to status table display
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:27:37 -03:00 |
|
Andrew Phillips
|
19848fd379
|
feat: add default options to meta plugins status table
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:27:11 -03:00 |
|
Andrew Phillips
|
b802c4f6f0
|
fix: resolve moved value errors and unused variable warnings
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:08:57 -03:00 |
|
Andrew Phillips
|
982c73dc03
|
fix: remove redundant default options merge and use effective_options directly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:00:04 -03:00 |
|
Andrew Phillips
|
3e8d4b223b
|
refactor: replace options_to_serialize with effective_options
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:59:50 -03:00 |
|
Andrew Phillips
|
1813e21e75
|
feat: display effective plugin options including defaults
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:59:15 -03:00 |
|
Andrew Phillips
|
03b3eea957
|
feat: extract meta plugins configured into separate table
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:36:45 -03:00 |
|
Andrew Phillips
|
90323ab6b1
|
refactor: remove enabled column and rename meta plugins table
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:34:59 -03:00 |
|
Andrew Phillips
|
c381e3aa38
|
fix: handle serde_yaml Value::Tagged variant
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:29:08 -03:00 |
|
Andrew Phillips
|
7f9b5e3423
|
fix: handle serde_yaml::Value to_string conversion properly
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:04:39 -03:00 |
|
Andrew Phillips
|
45d3ee3bfb
|
feat: simplify meta plugin outputs display to show key or key->value
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 16:03:44 -03:00 |
|
Andrew Phillips
|
74ebb87823
|
fix: display default digest plugin options
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:57:25 -03:00 |
|
Andrew Phillips
|
e0e5f5ff34
|
fix: clone meta_plugin_type to avoid move error
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:55:21 -03:00 |
|
Andrew Phillips
|
b23ec5604b
|
fix: convert outputs to serde_yaml::Value type
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:54:17 -03:00 |
|
Andrew Phillips
|
a402ef413d
|
feat: display merged plugin options and outputs
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:53:03 -03:00 |
|
Andrew Phillips
|
31ed7b1b68
|
fix: properly merge default and user-provided plugin options
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:52:31 -03:00 |
|
Andrew Phillips
|
5a0c8777b2
|
fix: always display options and outputs sections for meta plugins
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:49:28 -03:00 |
|
Andrew Phillips
|
55ac1758f3
|
feat: add meta plugins information to config table
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:45:38 -03:00 |
|
Andrew Phillips
|
8c8ac4f5be
|
feat: display merged meta plugin options in status config
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:45:16 -03:00 |
|
Andrew Phillips
|
648c4e0cba
|
fix: borrow compression string for Cell::new
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 15:31:15 -03:00 |
|
Andrew Phillips
|
7d42c5735e
|
feat: add config section to status output
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 14:51:12 -03:00 |
|
Andrew Phillips
|
1159bbe0f5
|
fix: update meta plugin function calls and imports
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 14:02:59 -03:00 |
|
Andrew Phillips
|
c91f135458
|
fix: convert Vec<&String> to Vec<&str> for join method compatibility
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 13:50:36 -03:00 |
|
Andrew Phillips
|
97c331c2b2
|
feat: display only meta plugin output keys
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 13:49:44 -03:00 |
|
Andrew Phillips
|
6e8ff406c8
|
fix: remove unused digest field from Settings struct
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 23:52:07 -03:00 |
|
Andrew Phillips
|
34c942e73b
|
refactor: unify digest plugin type handling
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 23:44:56 -03:00 |
|
Andrew Phillips
|
a92c22b58c
|
feat: add ellipsis when truncating strings and only apply max_len for terminal output
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 08:45:48 -03:00 |
|
Andrew Phillips
|
2a233b3d43
|
feat: add support for negative column widths relative to terminal width
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-25 22:25:22 -03:00 |
|