<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in LlmClient.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>40986135d739ccf5c15ff2ed7d324236e1d1e2f5 - feat: add ACL support to page content access and CLI processing</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#40986135d739ccf5c15ff2ed7d324236e1d1e2f5</link>
        <description>feat: add ACL support to page content access and CLI processing

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Mon, 20 Oct 2025 14:29:22 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>2c17533809a61838e153bad797f0990e7c0f7864 - feat: add prompt case to loadPrompt method for custom prompt values</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#2c17533809a61838e153bad797f0990e7c0f7864</link>
        <description>feat: add prompt case to loadPrompt method for custom prompt values

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Mon, 20 Oct 2025 07:29:38 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>8273dd4798f310cb9522ea2e8ac40fc31b7009d9 - feat: use process() for custom prompts with {prompt} placeholder</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#8273dd4798f310cb9522ea2e8ac40fc31b7009d9</link>
        <description>feat: use process() for custom prompts with {prompt} placeholder

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Mon, 20 Oct 2025 07:29:31 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>e2481ee1ee522bf07dcc8cb05b808a10fecfa8d2 - fix: add missing Exception import to LlmClient.php</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#e2481ee1ee522bf07dcc8cb05b808a10fecfa8d2</link>
        <description>fix: add missing Exception import to LlmClient.php

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Thu, 16 Oct 2025 09:41:23 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>2adac073e873aac92a112ec2121bb2e7387ec892 - refactor: replace enableChromaDB flag with direct chromaClient null check</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#2adac073e873aac92a112ec2121bb2e7387ec892</link>
        <description>refactor: replace enableChromaDB flag with direct chromaClient null check

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Thu, 16 Oct 2025 09:27:22 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>a8c7401153bb2c238fb51cea882d9c47202f2535 - feat: add ChromaDB enable/disable configuration option</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#a8c7401153bb2c238fb51cea882d9c47202f2535</link>
        <description>feat: add ChromaDB enable/disable configuration option

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Thu, 16 Oct 2025 09:25:52 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>bb1c2789780b56710b5d0e0076ffab59a0889f40 - refactor: rename language parameter to profile and update prompt loading logic</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#bb1c2789780b56710b5d0e0076ffab59a0889f40</link>
        <description>refactor: rename language parameter to profile and update prompt loading logic

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 17:23:29 +0000</pubDate>
        <dc:creator>Costin Stroie &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>b1d1301994ebdd2a9aa998b69bc6eba062c925ea - fix: correct page ID handling and collection naming in ChromaDB integration</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#b1d1301994ebdd2a9aa998b69bc6eba062c925ea</link>
        <description>fix: correct page ID handling and collection naming in ChromaDB integration

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 14:34:45 +0000</pubDate>
        <dc:creator>Costin Stroie &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>889c09bd0b1394951abe9550023f65f7fa031b56 - refactor: replace global $ID with $this-&gt;pageId in LlmClient methods</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#889c09bd0b1394951abe9550023f65f7fa031b56</link>
        <description>refactor: replace global $ID with $this-&gt;pageId in LlmClient methods

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 14:28:10 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>72d9a73b4120a7805576b4701833811f8fbaed8f - feat: add pageId parameter to LlmClient constructor and use it for ChromaDB collection naming</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#72d9a73b4120a7805576b4701833811f8fbaed8f</link>
        <description>feat: add pageId parameter to LlmClient constructor and use it for ChromaDB collection naming

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 14:27:30 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>340ecab5c310e9af3486e8e48077281cfc899877 - refactor: update ChromaDB collection naming logic</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#340ecab5c310e9af3486e8e48077281cfc899877</link>
        <description>refactor: update ChromaDB collection naming logic

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 14:27:28 +0000</pubDate>
        <dc:creator>Costin Stroie &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>2de956786abaa433f5e92ab7a5535375f6c92298 - feat: pass ChromaDBClient instance to LlmClient instead of instantiating it internally</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#2de956786abaa433f5e92ab7a5535375f6c92298</link>
        <description>feat: pass ChromaDBClient instance to LlmClient instead of instantiating it internally

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:59:04 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>7a6e4f6a147fff035a571a3e0f58b775b09806f1 - refactor: remove default values from ChromaDB and Ollama configuration retrieval</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#7a6e4f6a147fff035a571a3e0f58b775b09806f1</link>
        <description>refactor: remove default values from ChromaDB and Ollama configuration retrieval

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:57:22 +0000</pubDate>
        <dc:creator>Costin Stroie &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>bfd95caf55229c08da8aa3070756a5047571c7d4 - refactor: remove unused createReport and compareText methods</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#bfd95caf55229c08da8aa3070756a5047571c7d4</link>
        <description>refactor: remove unused createReport and compareText methods

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:53:58 +0000</pubDate>
        <dc:creator>Costin Stroie &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>0165e6c64b821c6f0ede5264f7c3d1050a5c97f0 - fix: use instance language property consistently in loadPrompt method</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#0165e6c64b821c6f0ede5264f7c3d1050a5c97f0</link>
        <description>fix: use instance language property consistently in loadPrompt method

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:46:15 +0000</pubDate>
        <dc:creator>Costin Stroie &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>29c165f3eca23519302ad05d0b9ad56e4801a812 - fix: remove redundant language parameter from LlmClient method calls</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#29c165f3eca23519302ad05d0b9ad56e4801a812</link>
        <description>fix: remove redundant language parameter from LlmClient method calls

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:44:21 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>5972af4446a5fcee5d731654e2f408fc4ff97994 - refactor: remove language parameter from callAPI method calls</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#5972af4446a5fcee5d731654e2f408fc4ff97994</link>
        <description>refactor: remove language parameter from callAPI method calls

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:44:01 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>f135ebabff1c282dea82f13cf986c8ef186aebde - refactor: replace $language parameter with $this-&gt;language property</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#f135ebabff1c282dea82f13cf986c8ef186aebde</link>
        <description>refactor: replace $language parameter with $this-&gt;language property

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:43:53 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>852801abb9ac65fb5f5c69ba6720db3f8ce92017 - refactor: replace $language parameter with $this-&gt;language in LlmClient methods</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#852801abb9ac65fb5f5c69ba6720db3f8ce92017</link>
        <description>refactor: replace $language parameter with $this-&gt;language in LlmClient methods

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:43:31 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
<item>
        <title>6e5af31178688e5152da6e0488e7ff8c76010c6b - feat: add language parameter to LlmClient constructor</title>
        <link>http://127.0.0.1:8080/history/plugin/dokullm/LlmClient.php#6e5af31178688e5152da6e0488e7ff8c76010c6b</link>
        <description>feat: add language parameter to LlmClient constructor

            List of files:
            /plugin/dokullm/LlmClient.php</description>
        <pubDate>Wed, 15 Oct 2025 13:42:30 +0000</pubDate>
        <dc:creator>Costin Stroie (aider) &lt;costinstroie@eridu.eu.org&gt;</dc:creator>
    </item>
</channel>
</rss>
