Andrew Phillips
|
fdeb5f7951
|
Ugh
|
2026-02-19 13:57:39 -04:00 |
|
Andrew Phillips
|
2e62878acb
|
fix: Resolve compilation errors with missing imports and closure moves
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 07:34:13 -03:00 |
|
Andrew Phillips
|
426eff309b
|
refactor: Improve error handling and borrowing in item services
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 07:32:25 -03:00 |
|
Andrew Phillips
|
493d28699c
|
refactor: Consolidate binary detection, response building, and filter string logic
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 07:23:23 -03:00 |
|
Andrew Phillips
|
9717cd4b68
|
fix: Correct API call for item content stream with filter parameter
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-03 07:16:49 -03:00 |
|
Andrew Phillips
|
672404402c
|
refactor: Remove individual content filtering options from API
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-02 19:03:19 -03:00 |
|
Andrew Phillips
|
a93b5e052a
|
refactor: Reduce code duplication with helper functions
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-02 19:02:49 -03:00 |
|
Andrew Phillips
|
61d7dcb94e
|
refactor: Consolidate item content filtering into a single filter string
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-02 18:54:50 -03:00 |
|
Andrew Phillips
|
d7a0ac96b3
|
fix: Adjust item content info streaming calls to match updated signature
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-09-02 18:38:26 -03:00 |
|
Andrew Phillips
|
809a1e6e2c
|
feat: add explicit content-length header to non-streamed item list response
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-29 11:57:22 -03:00 |
|
Andrew Phillips
|
59e1ecd181
|
refactor: remove content_url from item metadata
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-29 11:52:25 -03:00 |
|
Andrew Phillips
|
713f33ad87
|
fix: remove Host extractor and update content_url format
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-29 11:48:55 -03:00 |
|
Andrew Phillips
|
aa00bb134b
|
feat: add content_url to metadata responses
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-29 11:46:50 -03:00 |
|
Andrew Phillips
|
123433e39b
|
fix: add missing arguments to get_item_content_info_streaming call
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 21:17:57 -03:00 |
|
Andrew Phillips
|
35bbf42e24
|
feat: update item streaming and binary check parameters
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 21:10:34 -03:00 |
|
Andrew Phillips
|
fe19ba0c5c
|
fix: remove filter_service and fix function arguments
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 21:08:41 -03:00 |
|
Andrew Phillips
|
8fcccf68e3
|
fix: remove unused filter_plugin import and unused ringbuf import
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 21:05:23 -03:00 |
|
Andrew Phillips
|
7d4eda55e0
|
docs: add as_meta parameter for AI agents in content endpoints
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 18:02:07 -03:00 |
|
Andrew Phillips
|
729d7a060b
|
feat: add as_meta parameter to content endpoint
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 17:57:50 -03:00 |
|
Andrew Phillips
|
2ab0ed1938
|
fix: add missing debug macro import from log crate
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 17:43:19 -03:00 |
|
Andrew Phillips
|
b72431922b
|
feat: add debug logging for item content streaming
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 17:42:05 -03:00 |
|
Andrew Phillips
|
2823fa0466
|
feat: add stream parameter to item content response
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 17:37:10 -03:00 |
|
Andrew Phillips
|
d730e8d235
|
feat: add stream parameter support for item content responses
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 17:36:18 -03:00 |
|
Andrew Phillips
|
79179cc465
|
feat: add stream option to content API routes
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 17:26:22 -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
|
ec6f0de95b
|
fix: update async item service initialization
feat: remove unused meta plugin imports
fix: update meta plugin type implementation
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 14:44:22 -03:00 |
|
Andrew Phillips
|
f6220eb16e
|
feat: replace binary detection with text metadata check
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-28 13:09:00 -03:00 |
|
Andrew Phillips
|
1640932148
|
feat: implement streaming for large file handling
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-25 21:07:04 -03:00 |
|
Andrew Phillips
|
3478ffee2c
|
refactor: optimize item service to reduce redundant database queries
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-25 20:59:45 -03:00 |
|
Andrew Phillips
|
1fdb08b493
|
feat: optimize item content streaming to reduce redundant database calls
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-25 20:55:42 -03:00 |
|
Andrew Phillips
|
5830601150
|
refactor: add get_item_content_info to AsyncItemService and simplify binary checks
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-25 20:48:09 -03:00 |
|
Andrew Phillips
|
04554fe04d
|
refactor: extract content info logic to item_service
Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
|
2025-08-25 20:46:30 -03:00 |
|
Andrew Phillips
|
1f11351d9b
|
refactor: optimize item service creation by creating it once per connection
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 20:27:21 -03:00 |
|
Andrew Phillips
|
7eefb64d15
|
refactor: extract shared content streaming logic into helper function
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 20:23:18 -03:00 |
|
Andrew Phillips
|
ad1064ec02
|
feat: optimize item content retrieval to reduce redundant database queries
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 20:20:29 -03:00 |
|
Andrew Phillips
|
7ef2ac670b
|
fix: resolve lifetime issues and remove unused imports
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:50:21 -03:00 |
|
Andrew Phillips
|
e364bd072a
|
refactor: move stream_item_content to AsyncItemService as method
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:49:28 -03:00 |
|
Andrew Phillips
|
f552c978e0
|
fix: update stream_item_content return type to tokio_util::bytes::Bytes
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:48:21 -03:00 |
|
Andrew Phillips
|
62844b2073
|
fix: update bytes import and fix data_path field references
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:47:54 -03:00 |
|
Andrew Phillips
|
81307bfe19
|
fix: add bytes dependency and fix stream type mismatches
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:46:15 -03:00 |
|
Andrew Phillips
|
c3dd017b25
|
feat: use item content for binary detection
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:39:59 -03:00 |
|
Andrew Phillips
|
06c6971d07
|
feat: add streaming content support with offset and length parameters
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:33:22 -03:00 |
|
Andrew Phillips
|
fd61b66a97
|
feat: implement allow_binary content filtering for item endpoints
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:31:20 -03:00 |
|
Andrew Phillips
|
cd4838a474
|
fix: remove incorrect downcast_ref error handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:22:40 -03:00 |
|
Andrew Phillips
|
8cc0cfc606
|
fix: replace matches with pattern matching for CoreError handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:21:56 -03:00 |
|
Andrew Phillips
|
6c00c2ab56
|
fix: handle CoreError downcasting properly in error handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:20:14 -03:00 |
|
Andrew Phillips
|
c49a63bb10
|
fix: remove unused imports and add comment for error handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:19:45 -03:00 |
|
Andrew Phillips
|
ff91e7051f
|
fix: remove unused imports and fix stream handling
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:19:11 -03:00 |
|
Andrew Phillips
|
97c4e26dbf
|
feat: improve binary detection and streaming for item content
Co-authored-by: aider (openai/andrew/openrouter/qwen/qwen3-coder) <aider@aider.chat>
|
2025-08-25 18:16:56 -03:00 |
|