bdb7655f | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: wrap get_examples tool output in XML tags with numbered IDs |
775fac3b | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: implement caching for tool calls to avoid redundant executions |
c970030b | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: improve tool descriptions for better LLM understanding and usage guidance |
d425ae48 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add count parameter to get_examples tool with default value of 5 |
ffce8078 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: update function descriptions for clarity and specificity |
221cc508 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add get_examples tool for retrieving text snippets |
bfaebbe6 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add get_template tool for template suggestions |
b61ff907 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
feat: disable parallel tool calls in LLM client configuration |
ad137ba3 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: prevent infinite loops in API tool calls by tracking tool usage |
ee747733 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
feat: add keep_alive parameter to llm client configuration |
977c8763 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: use configured language code when loading command-specific system prompt appendages |
ae545621 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: exclude content field from assistant message in tool calls |
fc467c4b | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: preserve original tool call IDs when processing assistant messages |
87dc9328 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: clarify assistant message handling in tool calls |
08bebe00 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: restructure namespace and streamline API call handling |
dbd04a20 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: ensure assistant role is set when handling tool calls |
67b897f1 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: reposition getAvailableTools method and adjust system prompt concatenation |
e7ba3ee1 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: extract tool definition to getAvailableTools method |
18baa6c6 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
feat: add tool call handling and recursive API call support |
9aaa2bb5 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: correct regex pattern to remove content between <tool_call> and </tool_call> tags |
f2dad5a2 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add tool call handling to LLM client API response processing |
0cd85ac1 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add tool calling support with get_document function |
39bf2878 | 01-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: update LLM metadata tags and fix template function name |
3e132cfd | 01-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: implement missing findTemplate method in action_plugin_dokullm class |
9411000b | 01-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add find_template endpoint to dokullm action handler |