Andrew Phillips
|
fdeb5f7951
|
Ugh
|
2026-02-19 13:57:39 -04:00 |
|
Andrew Phillips
|
82ec29f6a1
|
fix: resolve compilation errors by standardizing filter signatures and fixing ownership issues
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-12 12:28:51 -03:00 |
|
Andrew Phillips
|
80e9457305
|
refactor: compose HostnameMetaPlugin with BaseMetaPlugin
Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
|
2025-09-12 12:15:26 -03:00 |
|
Andrew Phillips
|
059bde09e4
|
refactor: simplify filter plugin signatures by removing boxed parameters
|
2025-09-12 10:36:09 -03:00 |
|
Andrew Phillips
|
fed3722ef9
|
fix: Resolve compilation errors by refactoring imports and type annotations
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 09:39:22 -03:00 |
|
Andrew Phillips
|
15496345d9
|
feat: Implement registry for meta plugins
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 09:33:39 -03:00 |
|
Andrew Phillips
|
86dbf0c568
|
fix: convert metadata to use MetaData type
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-29 12:54:14 -03:00 |
|
Andrew Phillips
|
296807442e
|
fix: add hostname metadata to response
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-29 12:51:28 -03:00 |
|
Andrew Phillips
|
9e3df98e79
|
feat: make hostname option boolean-only and simplify hostname output logic
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 23:02:48 -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
|
ea475386d6
|
fix: remove unused meta_name fields from meta plugin structs
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:26:00 -03:00 |
|
Andrew Phillips
|
a820078214
|
fix: add missing MetaPluginType imports
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:19:59 -03:00 |
|
Andrew Phillips
|
79fdf05d84
|
refactor: replace meta_name with MetaPluginType from strum
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:04:52 -03:00 |
|
Andrew Phillips
|
10cd22ee1a
|
refactor: rename meta to plugin in table header
|
2025-08-27 20:07:29 -03:00 |
|
Andrew Phillips
|
42a10cc2d5
|
fix: ensure outputs are properly disabled in constructors
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 18:11:32 -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
|
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
|
97fb35b5f0
|
fix: update process_metadata_outputs to handle serde_yaml::Value
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:47:48 -03:00 |
|
Andrew Phillips
|
430eafcf80
|
feat: add configurable hostname options and outputs
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 17:39:46 -03:00 |
|
Andrew Phillips
|
fdcccc844e
|
refactor: remove new_simple methods and replace with new(None, None)
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 13:59:37 -03:00 |
|
Andrew Phillips
|
b7bf9b20de
|
refactor: remove redundant configure_options and default_options methods
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 10:43:30 -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
|
379c45b556
|
fix: resolve iterator first() error and remove unused import
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 21:47:23 -03:00 |
|
Andrew Phillips
|
fbffd010be
|
fix: prioritize DNS resolution over hostname -f for hostname lookup
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 21:40:58 -03:00 |
|
Andrew Phillips
|
23906d4796
|
feat: improve hostname resolution with FQDN and IPv6 support
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 21:26:29 -03:00 |
|
Andrew Phillips
|
81ac8fcfbb
|
feat: implement hostname resolution using gethostname and dns-lookup
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 21:16:51 -03:00 |
|
Andrew Phillips
|
2a94f5f155
|
feat: switch to hostname crate for full hostname resolution
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 21:15:19 -03:00 |
|
Andrew Phillips
|
0b751ca34b
|
feat: add debug logging for hostname plugin options and values
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 21:11:37 -03:00 |
|
Andrew Phillips
|
73f23ff036
|
refactor: remove system directory from meta_plugin
|
2025-08-26 20:29:40 -03:00 |
|