14cad63b | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: show thinking response in modal for non-show actions when thinking is enabled |
1ae5b683 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: update documentation for complex tool handling and context enhancement logic |
f6287c31 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: add caching mention to class documentation |
d14bd0c8 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: implement caching for identical tool calls in handleToolCall method |
8aa08384 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: correct cache key assignment order in llm_client.php |
85f49436 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: add cache_key to tool response cache entry |
cc42a59f | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
feat: implement tool call counting and loop prevention in LLM client |
2bcb4ab4 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add safeguards to prevent infinite tool calling loops and optimize createReport when tools are enabled |
23632f8d | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: pass metadata parameter to callAPI in create method |
bf125c97 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: correct tool response handling in API call |
8e236da1 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: add useTools parameter to control tool call handling in API calls |
96bc30fd | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: remove unused $useTools parameter from callAPIWithTools method calls |
a078875d | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: remove $useTools parameter and use config option directly |
2bff0009 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add configuration option to enable/disable tool usage in LLM responses |
db1ec082 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
docs: update language description in llm_client.php |
c582ff92 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add language parameter to get_template tool with Romanian default |
a9f91860 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: correct metadata handling in create API call and tool response flow |
0eb00296 | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: move tool definition and remove unused parameter in API call |
340bd8dc | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add useTools parameter to control tool presentation and usage in callAPI |
888f56e3 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename currentTextContext to currentText for clarity |
de31ed41 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: set currentTextContext in createReport, compareText and processCustomPrompt functions |
f54b6c26 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: store current text context in process function for tool usage |
68bfbf6c | 02-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: improve tool call caching and remove language fallback logic |
accbbc69 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add loadSystemPrompt function to handle system prompt loading with command-specific appendages |
114444b0 | 02-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: wrap get_examples tool response in <examples> tags |