Andrew Phillips
|
d5c36155e3
|
feat: add unified status service implementation
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 16:57:04 -03:00 |
|
Andrew Phillips
|
91bd270d9e
|
refactor: prefix operation ids with "keep_"
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 16:51:11 -03:00 |
|
Andrew Phillips
|
10c7ab9679
|
docs: simplify API endpoint descriptions
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 16:45:43 -03:00 |
|
Andrew Phillips
|
1159bbe0f5
|
fix: update meta plugin function calls and imports
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-27 14:02:59 -03:00 |
|
Andrew Phillips
|
dc8ed09b06
|
feat: dynamically generate supported meta plugins list
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 17:50:10 -03:00 |
|
Andrew Phillips
|
969d30924b
|
fix: remove unused imports and make unused fields private
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-16 12:21:57 -03:00 |
|
Andrew Phillips
|
b9d79d2fe1
|
fix: remove unused variable and add missing FromStr import
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:11:49 -03:00 |
|
Andrew Phillips
|
898622ff6c
|
feat: add compression type support to status endpoint
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-15 17:10:59 -03:00 |
|
Andrew Phillips
|
d14857fa47
|
fix: remove handle_ prefix from OpenAPI operation IDs and add missing delete endpoint
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-13 13:43:28 -03:00 |
|
Andrew Phillips
|
92e589699c
|
fix: resolve utoipa schema generation errors by removing unsupported description attributes and creating specific response types
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-13 13:39:07 -03:00 |
|
Andrew Phillips
|
87e76f6314
|
docs: Add comprehensive descriptions to all OpenAPI documentation endpoints and schemas
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-13 13:37:42 -03:00 |
|
Andrew Phillips
|
b07c9df812
|
feat: enhance HTTP logging and API responses with content metadata
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-13 13:20:57 -03:00 |
|
Andrew Phillips
|
20a227fc9e
|
fix: resolve overlapping route and deprecated base64 decode usage
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-13 13:05:14 -03:00 |
|
Andrew Phillips
|
50150ce23d
|
feat: implement centralized logging and authentication middleware
Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
|
2025-08-13 13:03:13 -03:00 |
|
Andrew Phillips
|
4d3a9fd3ac
|
fix: resolve compilation errors by adding missing imports and fixing schema definitions
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:58:29 -03:00 |
|
Andrew Phillips
|
90d4f3f10b
|
fix: add OpenAPI documentation to API endpoints and integrate Swagger UI
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:47:16 -03:00 |
|
Andrew Phillips
|
900f8cbc90
|
fix: correct import paths for common modules
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:00:29 -03:00 |
|
Andrew Phillips
|
9ef94ea291
|
fix: correct import paths from crate::common to crate::modes::common
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 16:00:05 -03:00 |
|
Andrew Phillips
|
71fac1e507
|
refactor: move generate_status_info to common module and update imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:46:23 -03:00 |
|
Andrew Phillips
|
0994ff0e48
|
fix: align /api/status endpoint with --status --output-format=json command output
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:40:33 -03:00 |
|
Andrew Phillips
|
5ea70fabbc
|
fix: resolve module import conflicts and enum variant errors in API modules
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 15:05:19 -03:00 |
|
Andrew Phillips
|
f2c951ac73
|
feat: implement status endpoint with version, paths, and plugin info
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:35:52 -03:00 |
|
Andrew Phillips
|
077adc0cb0
|
refactor: remove redundant server API modules and update mod.rs exports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:32:17 -03:00 |
|
Andrew Phillips
|
fbdf2d84b7
|
refactor: reorganize REST API into modular endpoint files
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-12 14:25:50 -03:00 |
|
Andrew Phillips
|
04a8505e86
|
feat: add server API modules for status and item endpoints
|
2025-08-12 14:25:47 -03:00 |
|