Commit Graph

85 Commits

Author SHA1 Message Date
Andrew Phillips
b6389419c0 fix: remove unused imports and resolve config module conflicts
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
2025-08-15 16:39:11 -03:00
Andrew Phillips
56f4d8aad5 feat: implement unified settings system
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
2025-08-15 16:36:58 -03:00
Andrew Phillips
0d1ae9ff12 feat: add --output-format option for json/yaml support in info/status/list modes
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
2025-08-10 11:21:04 -03:00
Andrew Phillips
ada0805671 fix: resolve Alignment import error in list mode and remove unused imports
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
2025-07-29 15:38:22 -03:00
Andrew Phillips
52618586d1 chore: remove unused dependencies and dead code
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
2025-07-29 14:53:07 -03:00
Andrew Phillips
291b6d9587 feat: implement batch queries for improved list performance
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
2025-07-29 14:26:26 -03:00
Andrew Phillips
91cceff3e8 refactor: remove digest type and value handling 2025-05-22 09:06:51 -03:00
Andrew Phillips
dd8f828ed3 refactor: update function parameters to use references where appropriate 2025-05-14 22:09:23 -03:00
Andrew Phillips
bbdfe19836 feat: add compression and digest support with database schema updates 2025-05-14 09:45:51 -03:00
Andrew Phillips
cf279c42f1 style: add trailing commas in ColumnType match arms 2025-05-13 17:50:41 -03:00
Andrew Phillips
1aaf1e6221 feat: make digest_value optional and add digest display 2025-05-13 17:49:19 -03:00
Andrew Phillips
7db2a2ab75 (no commit message provided) 2025-05-13 08:16:47 -03:00
Andrew Phillips
d9defdec45 refactor: move list mode handling to modes/list.rs 2025-05-10 14:11:37 -03:00
Andrew Phillips (aider)
5c76d4c15c refactor: add ColumnType import and remove unused imports 2025-05-10 14:09:32 -03:00
Andrew Phillips (aider)
d5f9adc3ae fix: remove unused imports and adjust common module re-exports 2025-05-10 14:06:23 -03:00
Andrew Phillips (aider)
e0e00f13af fix: add missing ColumnType/TableFormat imports and re-export 2025-05-10 14:05:09 -03:00
Andrew Phillips (aider)
da47077b08 fix: add missing CompressionEngineProgram import and remove unused imports 2025-05-10 14:02:16 -03:00
Andrew Phillips (aider)
a955b2a0c6 refactor: remove unused imports from various files 2025-05-10 13:59:04 -03:00
Andrew Phillips (aider)
412aa0f4cb fix: correct ErrorKind from InvalidInput to InvalidValue 2025-05-10 13:56:03 -03:00
Andrew Phillips (aider)
ae67e67921 fix: resolve unresolved types and type mismatches in list and common modules 2025-05-10 13:54:53 -03:00
Andrew Phillips (aider)
0b82921506 chore(list): Add log and anyhow crates 2025-05-10 13:53:08 -03:00
Andrew Phillips (aider)
c2ace42c02 fix: Fix missing imports and type resolution issues 2025-05-10 13:51:11 -03:00
Andrew Phillips (aider)
33fa31bbb6 feat: add ColumnType as_str method and improve error handling 2025-05-10 13:41:48 -03:00
Andrew Phillips
ceb50a03b3 style: organize and format use statements 2025-05-10 13:38:10 -03:00
Andrew Phillips (aider)
dbf3d70128 feat: Move ColumnType to common and update imports 2025-05-10 13:34:38 -03:00
Andrew Phillips
f0b93e37fe chore: move prettytable color import to correct position 2025-05-10 13:18:31 -03:00
Andrew Phillips (aider)
d9c38ffe77 feat: add prettytable color support to list mode 2025-05-10 13:14:40 -03:00
Andrew Phillips (aider)
d65289e9fa refactor: replace import block with crate::Alignment 2025-05-10 13:13:40 -03:00
Andrew Phillips (aider)
994dfe1c42 fix: resolve missing imports and ErrorKind typo 2025-05-10 13:11:43 -03:00
Andrew Phillips
6bbc306c23 style: reorder imports and adjust formatting 2025-05-10 13:09:49 -03:00
Andrew Phillips (aider)
97d89196ab refactor: Remove duplicated functions from list.rs 2025-05-10 13:07:03 -03:00
Andrew Phillips (aider)
b9004c871a fix: add missing imports and resolve build errors in list mode 2025-05-10 13:04:08 -03:00
Andrew Phillips (aider)
2b98a5437a fix: resolve mode_list duplication and missing imports in list.rs 2025-05-10 13:02:34 -03:00
Andrew Phillips
da55c42342 style: reorder common module imports for consistency 2025-05-10 13:02:17 -03:00
Andrew Phillips (aider)
1628e0889e refactor: move mode_list to src/modes/list.rs and update imports 2025-05-10 12:55:30 -03:00