Andrew Phillips
|
7d7b2d74fe
|
feat: make save_item return only item ID for CLI usage
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-25 15:52:55 -03:00 |
|
Andrew Phillips
|
378d42c2af
|
fix: add services module and fix type annotation error
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-25 15:32:26 -03:00 |
|
Andrew Phillips
|
a203059bb4
|
refactor: rename core module to services
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 14:21:20 -03:00 |
|
Andrew Phillips
|
ff85bb611b
|
fix: resolve borrow of partially moved value errors and update error variant
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 13:13:46 -03:00 |
|
Andrew Phillips
|
1880d1059e
|
fix: remove unused mutability from meta_plugin variables
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 13:10:52 -03:00 |
|
Andrew Phillips
|
ee0545b739
|
fix: resolve ownership and borrowing errors and add serde traits
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 13:06:54 -03:00 |
|
Andrew Phillips
|
53c63360cb
|
fix: update module declarations and imports
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 13:03:59 -03:00 |
|
Andrew Phillips
|
a1bcba5cb1
|
fix: fix async database locking and diff process order
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 12:59:04 -03:00 |
|
Andrew Phillips
|
afe23aaa40
|
feat: add save_item_from_mcp functionality to core services
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 12:48:10 -03:00 |
|
Andrew Phillips
|
f7cbf776ae
|
refactor: update api handlers to use async item service
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 12:41:45 -03:00 |
|
Andrew Phillips
|
a0c8363852
|
refactor: update diff mode to use ItemService and ItemWithMeta
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-25 12:31:36 -03:00 |
|
Andrew Phillips
|
7a5bcf2722
|
refactor: update info mode to use ItemService
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-24 23:58:50 -03:00 |
|
Andrew Phillips
|
7ec0603e00
|
feat: implement core services and refactor modes
Co-authored-by: aider (openai/andrew/openrouter/google/gemini-2.5-pro) <aider@aider.chat>
|
2025-08-24 23:56:06 -03:00 |
|
Andrew Phillips
|
0f156770f6
|
fix: resolve borrow and move errors and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-23 13:06:04 -03:00 |
|
Andrew Phillips
|
fb40809078
|
feat: add missing database functions and fix tool errors
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-23 13:01:30 -03:00 |
|
Andrew Phillips
|
925c978bbc
|
feat: add Model Context Protocol (MCP) SSE endpoint
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-23 12:57:00 -03:00 |
|
Andrew Phillips
|
107a1f3eb4
|
feat: add debug logs for status mode stack overflow investigation
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-19 14:14:21 -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
|
fddc7670aa
|
chore: remove unused update mode
|
2025-08-19 13:31:13 -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
|
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
|
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
|
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
|
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
|
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
|
31a653449c
|
fix: prevent duplicate metadata storage by returning empty strings from finalize
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-16 14:37:13 -03:00 |
|
Andrew Phillips
|
6b2cb49881
|
fix: add is_saved tracking to prevent duplicate metadata saves
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-16 14:32:40 -03:00 |
|
Andrew Phillips
|
389bb59531
|
feat: add early binary detection and prevent duplicate metadata saving
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 14:23:28 -03:00 |
|
Andrew Phillips
|
a7977139a7
|
refactor: move meta plugin finalization logic into meta plugins
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 14:04:19 -03:00 |
|
Andrew Phillips
|
4f61306d79
|
fix: fix cell alignment method chaining issue
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:44:53 -03:00 |
|
Andrew Phillips
|
db808bb794
|
fix: add align field to ColumnConfig and fix cell creation functions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:43:55 -03:00 |
|
Andrew Phillips
|
65dd800526
|
feat: add support for left/right alignment in list_format columns
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:42:12 -03:00 |
|
Andrew Phillips
|
07c579af94
|
fix: implement default config path logic and remove unused variable warning
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:38:00 -03:00 |
|
Andrew Phillips
|
09ec19fcab
|
fix: use configured labels for meta columns in list display
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 13:37:05 -03:00 |
|
Andrew Phillips
|
15e2103f66
|
feat: handle meta:<name> column type pattern
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:55:38 -03:00 |
|
Andrew Phillips
|
1c6064fdb7
|
refactor: remove unused struct members and methods
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:32:11 -03:00 |
|
Andrew Phillips
|
cb4a0c877d
|
fix: remove reference to deleted handle_delete_item function
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:30:06 -03:00 |
|
Andrew Phillips
|
a00952a377
|
fix: remove unused delete_item handler and add accessors for unused fields
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:29:32 -03:00 |
|
Andrew Phillips
|
9f5f999989
|
fix: implement PartialEq for OutputFormat and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:28:31 -03:00 |
|
Andrew Phillips
|
1145f637c7
|
feat: add OutputFormat enum and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:28:13 -03:00 |
|
Andrew Phillips
|
172c7ec91d
|
refactor: remove unused functions and output format enum
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:27:32 -03:00 |
|
Andrew Phillips
|
79d704c1cd
|
fix: make AppState password fields public
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:25:23 -03:00 |
|
Andrew Phillips
|
5e111e002a
|
style: make verbose fields private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:23:53 -03:00 |
|
Andrew Phillips
|
3de5947d42
|
refactor: make unused fields and functions private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:23:20 -03:00 |
|