Andrew Phillips
|
3bbce80d2d
|
fix: support comma-separated meta plugin types and reorganize read time/rate plugins
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:57:22 -03:00 |
|
Andrew Phillips
|
e51a902660
|
refactor: integrate digest functionality into meta plugins and remove digest_engine module
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-28 17:31:23 -03:00 |
|
Andrew Phillips
|
4c8c6569a9
|
feat: add function to store item meta values
|
2025-07-28 17:31:12 -03:00 |
|
Andrew Phillips
|
fee358c406
|
refactor: update debug logging for digest and compression types
|
2025-05-22 16:20:02 -03:00 |
|
Andrew Phillips (aider)
|
cff08905a8
|
fix: replace unwrap_or_else with unwrap_or_default for Vec<String>
|
2025-05-22 15:56:53 -03:00 |
|
Andrew Phillips (aider)
|
335c0e8a6f
|
fix: replace unwrap_or_default with unwrap_or_else for Vec<String>
|
2025-05-22 15:52:28 -03:00 |
|
Andrew Phillips (aider)
|
af84c332ea
|
fix: correct import statements and method usage
|
2025-05-22 15:49:34 -03:00 |
|
Andrew Phillips (aider)
|
4ef75a6917
|
chore: implement meta plugin type parsing in cmd_args_meta_plugin_types
|
2025-05-22 15:44:58 -03:00 |
|
Andrew Phillips
|
d4d17b93e1
|
feat: add meta plugin type argument parsing
|
2025-05-22 15:44:56 -03:00 |
|
Andrew Phillips
|
91cceff3e8
|
refactor: remove digest type and value handling
|
2025-05-22 09:06:51 -03:00 |
|
Andrew Phillips
|
5a6a8ee97b
|
refactor: improve code formatting and readability in SQL and function calls
|
2025-05-14 22:50:35 -03:00 |
|
Andrew Phillips
|
dd8f828ed3
|
refactor: update function parameters to use references where appropriate
|
2025-05-14 22:09:23 -03:00 |
|
Andrew Phillips
|
d1edd20845
|
feat: extract digest and compression type handling into common command functions
|
2025-05-14 21:54:45 -03:00 |
|
Andrew Phillips (aider)
|
075c571e53
|
fix: change return type to anyhow::Error to support ? operator
|
2025-05-14 17:22:22 -03:00 |
|
Andrew Phillips (aider)
|
0774e36184
|
fix: add missing imports and fix return type in store_item_digest_value
|
2025-05-14 17:20:28 -03:00 |
|
Andrew Phillips (aider)
|
3c4938857f
|
feat: update store_item_digest_value to take owned Item and String
|
2025-05-14 17:16:31 -03:00 |
|
Andrew Phillips (aider)
|
f049406858
|
feat: Update store_item_digest_value to use DigestType enum for digest type parameter
|
2025-05-14 17:14:19 -03:00 |
|
Andrew Phillips (aider)
|
75ac080591
|
feat: add store_item_digest_value function to common.rs
|
2025-05-14 17:09:18 -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
|
1aaf1e6221
|
feat: make digest_value optional and add digest display
|
2025-05-13 17:49:19 -03:00 |
|
Andrew Phillips
|
d9072d22d5
|
refactor: improve test structure and reliability
|
2025-05-12 13:07:33 -03:00 |
|
Andrew Phillips (aider)
|
825ff7a451
|
fix: remove unused import and method
|
2025-05-12 10:51:00 -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)
|
ae67e67921
|
fix: resolve unresolved types and type mismatches in list and common modules
|
2025-05-10 13:54:53 -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)
|
0a8464bab3
|
fix: add error handling for unknown column types
|
2025-05-10 13:45:51 -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 (aider)
|
dbf3d70128
|
feat: Move ColumnType to common and update imports
|
2025-05-10 13:34:38 -03:00 |
|
Andrew Phillips
|
6bbc306c23
|
style: reorder imports and adjust formatting
|
2025-05-10 13:09:49 -03:00 |
|
Andrew Phillips (aider)
|
1ce5909f7b
|
fix: Add missing TableFormat and function imports to resolve compilation errors
|
2025-05-10 12:51:53 -03:00 |
|
Andrew Phillips (aider)
|
bc85cdac6c
|
fix: remove unused imports and non-const format builder
|
2025-05-10 12:45:14 -03:00 |
|
Andrew Phillips (aider)
|
a2104ff705
|
fix: remove extra closing brace in common.rs
|
2025-05-10 12:39:59 -03:00 |
|
Andrew Phillips (aider)
|
d1bdc3f187
|
fix: remove misplaced string_column call in common.rs
|
2025-05-10 12:38:57 -03:00 |
|
Andrew Phillips (aider)
|
33757dabee
|
fix: move format constant to common and update stdout check
|
2025-05-10 12:37:08 -03:00 |
|
Andrew Phillips
|
9feec61759
|
style: reorder imports and reformat code for consistency
|
2025-05-10 10:06:33 -03:00 |
|
Andrew Phillips (aider)
|
a68be7905e
|
refactor: remove unused imports in src/main.rs and src/modes/common.rs
|
2025-05-09 16:29:02 -03:00 |
|
Andrew Phillips (aider)
|
331a971d3d
|
refactor: Move common utility functions to src/modes/common.rs and update module structure
|
2025-05-09 16:20:54 -03:00 |
|