Andrew Phillips
|
21f195d8f6
|
refactor: Use plugin registry for filter service discovery
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 09:31:05 -03:00 |
|
Andrew Phillips
|
96deafbf78
|
feat: Add pest and pest_derive dependencies
|
2025-09-03 09:31:04 -03:00 |
|
Andrew Phillips
|
9b7751fa50
|
refactor: Use strum for filter plugin type determination
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-02 17:26:55 -03:00 |
|
Andrew Phillips
|
21b8267dcb
|
build: Add strip-ansi-escapes dependency
|
2025-09-02 17:26:54 -03:00 |
|
Andrew Phillips
|
dc2bd8dcdf
|
feat: implement tail filter using ringbuf crate
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 20:03:50 -03:00 |
|
Andrew Phillips
|
a909fdb2bd
|
fix: enable full features for derive_more
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:53:49 -03:00 |
|
Andrew Phillips
|
45a528118c
|
fix: remove duplicate thiserror dependency
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:52:48 -03:00 |
|
Andrew Phillips
|
1025f1bc01
|
feat: add thiserror and derive_more for error handling and boilerplate reduction
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 21:45:49 -03:00 |
|
Andrew Phillips
|
c056e8e2f2
|
build: update derive_more to version 2.0
|
2025-08-27 21:45:46 -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
|
90fd8d013d
|
refactor: replace custom snake case macro with strum implementation
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 12:15:18 -03:00 |
|
Andrew Phillips
|
697ec44f4d
|
fix: resolve proc-macro reserved keyword and trait export issues
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 12:09:21 -03:00 |
|
Andrew Phillips
|
2f0e7e1c5e
|
fix: add to_snake_case_string dependency and fix imports and type mismatch
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 11:56:41 -03:00 |
|
Andrew Phillips
|
cb83cc4b77
|
feat: add support for multiple hash methods in digest plugin
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-26 23:35:40 -03:00 |
|
Andrew Phillips
|
f23cc6e94f
|
feat: add termsize and tokio-util dependencies and remove system.rs
|
2025-08-26 20:16:08 -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
|
4d87a9822b
|
build: update and deduplicate dependencies
|
2025-08-23 13:01:11 -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
|
f2eabd65b0
|
feat: add rmcp dependency with server feature
|
2025-08-23 12:56:41 -03:00 |
|
Andrew Phillips
|
ec3ef25f38
|
feat: add magic meta plugin with file type detection
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-16 14:49:00 -03:00 |
|
Andrew Phillips
|
b90456c6f4
|
feat: update config system and list format structure
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 11:57:02 -03:00 |
|
Andrew Phillips
|
e1091b72f8
|
chore: update pwhash dependency and add settings debug log
|
2025-08-16 11:56:52 -03:00 |
|
Andrew Phillips
|
fd5681b630
|
feat: add support for password hashing authentication
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 20:49:56 -03:00 |
|
Andrew Phillips
|
067cba703b
|
feat: add config system with --config argument and priority-based configuration
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-15 16:31:57 -03:00 |
|
Andrew Phillips
|
5e5a59d960
|
fix: resolve rand crate dependency and fix reserved keyword usage in tests
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 13:00:32 -03:00 |
|
Andrew Phillips
|
2713f2b127
|
fix: configure tests to run by removing deprecated test config and adding missing import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-14 12:26:28 -03:00 |
|
Andrew Phillips
|
24d7c4742c
|
chore: update dependencies and remove unused test modules
|
2025-08-14 12:23:46 -03:00 |
|
Andrew Phillips
|
93a4d5b2bd
|
fix: resolve rusqlite version conflict with rusqlite_migration
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-13 11:01:09 -03:00 |
|
Andrew Phillips
|
138ebafbb5
|
chore: update dependencies and reorder Cargo.toml entries
|
2025-08-13 11:01:06 -03:00 |
|
Andrew Phillips
|
900aa73959
|
fix: add missing utoipa dependencies for API documentation
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:57:16 -03:00 |
|
Andrew Phillips
|
47f4c1b865
|
fix: remove duplicate once_cell dependency in Cargo.toml
|
2025-08-12 16:57:15 -03:00 |
|
Andrew Phillips
|
6e4b690bd8
|
feat: use humansize crate and which crate for program lookup
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:23:11 -03:00 |
|
Andrew Phillips
|
db8be3e480
|
build: add once_cell dependency to Cargo.toml
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:18:12 -03:00 |
|
Andrew Phillips
|
91af08b48c
|
fix: enable trace feature in tower-http and derive Debug for TagsQuery
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-10 21:36:26 -03:00 |
|
Andrew Phillips
|
64789ef48b
|
feat: add REST HTTP server mode with OpenAPI documentation and Swagger UI
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-10 21:27:13 -03:00 |
|
Andrew Phillips
|
741d0f19cc
|
build: add serde dependencies for serialization support
|
2025-08-10 21:27:08 -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
|
b6b810e232
|
feat: use isatty::tty_path for TTY detection in meta plugin
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 14:43:50 -03:00 |
|
Andrew Phillips
|
fb33385a46
|
fix: add missing uzers crate dependency to Cargo.toml
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:47:08 -03:00 |
|
Andrew Phillips
|
3de832d886
|
feat: add hostname and full_hostname meta plugins with error handling
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 12:11:46 -03:00 |
|
Andrew Phillips
|
02ef256d7b
|
build: add inventory dependency for plugin registration
Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
|
2025-07-29 11:03:56 -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
|
7af9147abd
|
build: update Rust edition to 2024 and add package metadata
|
2025-05-14 09:20:59 -03:00 |
|
Andrew Phillips (aider)
|
57fb89394f
|
feat: add sha2 crate to dependencies
|
2025-05-12 18:59:16 -03:00 |
|
Andrew Phillips (aider)
|
850f5fb80a
|
fix: resolve test errors, add tempfile, fix command args
|
2025-05-12 11:49:49 -03:00 |
|
Andrew Phillips (aider)
|
4b8e082179
|
feat: configure Cargo.toml to include src/tests.rs in test suite
|
2025-05-12 11:37:26 -03:00 |
|
Andrew Phillips (aider)
|
4a09c8fd72
|
build: add nix dependency
|
2025-05-06 11:12:52 -03:00 |
|
Andrew Phillips
|
26e22d113e
|
Rename keep-rust to keep
|
2023-09-18 14:29:07 +00:00 |
|
Andrew Phillips
|
d9d47e97a9
|
Add flate2
|
2023-09-01 21:01:22 +00:00 |
|
Andrew Phillips
|
0ac453408f
|
Add LZ4 as a built in compression engine
|
2023-09-01 15:37:17 +00:00 |
|