8c38850d | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add '{previous}' placeholder support with getPreviousContent function |
54b31a18 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add support for moving 'previous' metadata to 'page_previous' in llm_client process method |
8e6e7019 | 03-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: simplify template and example content handling in llm_client.php |
c9119167 | 03-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: disable create action and simplify template handling |
b99611bb | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: pass page_template to getTemplateContent when available |
4e298b3c | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: use 'pageId' instead of 'templateIds' in getTemplateContent |
6d0b2818 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add pageId parameter to getTemplateContent to bypass ChromaDB query |
cb8c6fba | 03-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
fix: correct placeholder key for examples content in LLM client |
d70737ac | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: rename 'template' metadata key to 'page_template' in process method |
25dbc10d | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename 'examples' to 'page_examples' in metadata processing |
10008445 | 03-Oct-2025 |
Costin Stroie <costinstroie@eridu.eu.org> |
refactor: rename example_pages to examples and update content handling |
17b3a611 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename 'examples' placeholder to 'example_pages' |
5b1be726 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: move example content processing to correct switch case location |
eb9da681 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: add text, think, and action to metadata and use metadata for prompt loading |
0a87b158 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add '{examples}' placeholder with getExamplesContent function to retrieve and format example page contents as XML elements |
df8da911 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: rename getExamplesContent to getSnippets for consistency with placeholder naming |
fe1b8666 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: change placeholder from '{examples}' to '{snippets}' |
e7c1ece9 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: wrap examples content in XML tags for get_examples tool call |
4a45710a | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
fix: remove XML wrapper tags from examples list output |
725b6c54 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
refactor: create convenience functions for template and examples retrieval |
f2c36b20 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: auto-populate missing prompt placeholders with ChromaDB values |
c438cb15 | 03-Oct-2025 |
Costin Stroie (aider) <costinstroie@eridu.eu.org> |
feat: add function to scan text for placeholders and return list of found placeholders |
0dff530a | 03-Oct-2025 |
Costin STROIE <costinstroie@eridu.eu.org> |
fix: ignore exceptions when loading command-specific system prompt
Co-authored-by: aider (openrouter/qwen/qwen3-coder:free) <aider@aider.chat> |
0359ab26 | 03-Oct-2025 |
Costin STROIE <costinstroie@eridu.eu.org> |
refactor: simplify command-specific system prompt loading logic |
f5875f3d | 03-Oct-2025 |
Costin STROIE <costinstroie@eridu.eu.org> |
refactor: simplify action processing logic in dokullm plugin |