70d4ffd4 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: update configuration option from 'language' to 'profile' in docblock |
b7f4af13 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace 'language' configuration with 'profile' in LlmClient initialization |
5c51ee8d | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: update language key from 'language' to 'profile' in settings.php |
73719e9b | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename 'language' config option to 'profile' with updated descriptions |
db43cc09 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: change language metadata type from multichoice to string |
b1d13019 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: correct page ID handling and collection naming in ChromaDB integration |
889c09bd | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace global $ID with $this->pageId in LlmClient methods |
72d9a73b | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add pageId parameter to LlmClient constructor and use it for ChromaDB collection naming |
340ecab5 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: update ChromaDB collection naming logic |
17cc3fbf | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: pass page ID to LlmClient in action.php |
a223cb91 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add defaultCollection parameter to ChromaDBClient constructor |
5f773dcb | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: reposition chroma_collection parameter after chroma_database in ChromaDBClient calls |
444eee78 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add default collection parameter to ChromaDB client initialization |
2de95678 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: pass ChromaDBClient instance to LlmClient instead of instantiating it internally |
7a6e4f6a | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove default values from ChromaDB and Ollama configuration retrieval |
bfd95caf | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove unused createReport and compareText methods |
01e4fbff | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove unused action cases and simplify config retrieval |
14f46c3b | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add language parameter to LlmClient instantiation in action.php |
0165e6c6 | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: use instance language property consistently in loadPrompt method |
29c165f3 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: remove redundant language parameter from LlmClient method calls |
5972af44 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: remove language parameter from callAPI method calls |
f135ebab | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace $language parameter with $this->language property |
852801ab | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace $language parameter with $this->language in LlmClient methods |
6e5af311 | 15-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add language parameter to LlmClient constructor |
15cead4b | 15-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: update LlmClient to accept language parameter and remove config dependency |