d8e646ee | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add ACL checking to action.php getPageContent method |
40986135 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add ACL support to page content access and CLI processing |
af80ebde | 20-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: clean up whitespace and improve code readability in action.php |
aa0fd8ed | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
docs: update installation instructions with new configuration method |
0fca79f3 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move directory processing logic from ChromaDBClient to chromadb_cli |
146d73f3 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: use provided ollama configuration in queryChroma function instead of environment variables |
d2acb805 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add verbose output for all CLI actions with connection details |
6cd30299 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add processing summary and detailed verbose output for directory operations |
95fb2625 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add verbose command line flag for detailed output control |
9493b1c3 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: pass missing Ollama parameters to sendFile function call |
e806b0a1 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add command line parameters for Ollama configuration |
c84a025e | 20-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove redundant directory processing echo statement |
d9a18d6e | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: use environment variables for Ollama configuration in CLI functions |
69e7c1a6 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add missing use statements for RecursiveIteratorIterator and RecursiveDirectoryIterator |
a74e859f | 20-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: clean up ChromaDBClient.php by removing unnecessary blank lines and improving code structure |
5e3e9c66 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: resolve undefined constants and class loading issues in chromadb_cli.php |
7316b0cf | 20-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove unused configuration loading in CLI tool |
f499d2ae | 20-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
chore: update placeholder text in prompt input |
2c175338 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add prompt case to loadPrompt method for custom prompt values |
8273dd47 | 20-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: use process() for custom prompts with {prompt} placeholder |
2f9b87f9 | 19-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: add missing break statement in custom action switch case |
3c52ca75 | 16-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: remove unused thinkingContent variable declaration |
b81ec13f | 16-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: replace custom XML tag extraction with generic removeBetweenXmlTags function |
347ea982 | 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: modify removeBetweenXmlTags to return content between tags and rest of text |
faf97323 | 16-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: replace cleanThinking with extractThinkingContent and removeBetweenXmlTags functions |