History log of /plugin/aichat/ (Results 1 – 25 of 240)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7f51218c19-Mar-2026 Andreas Gohr <andi@splitbrain.org>

Version upped

80dbccf318-Mar-2026 Anna Dabrowska <dabrowska@cosmocode.de>

Fix chunksize calculation

2a3fe06317-Mar-2026 Andreas Gohr <andi@splitbrain.org>

Version upped

bdf0ac5417-Mar-2026 Andreas Gohr <gohr@cosmocode.de>

make fullpagecontext a numeric setting

You now can define how many pages should be sent, regardless of the
number of matching chunks.
Pages are still identified via the chunks, so this number can't

make fullpagecontext a numeric setting

You now can define how many pages should be sent, regardless of the
number of matching chunks.
Pages are still identified via the chunks, so this number can't be
larger than the chunks.

show more ...

f9e0f3e223-Jan-2026 Andreas Gohr <andi@splitbrain.org>

Version upped

c6ae286a21-Jan-2026 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Update Gemini model configurations

Updated model configurations to include new Gemini versions and removed outdated ones.

a9596ee619-Jan-2026 Andreas Gohr <andi@splitbrain.org>

Version upped

2d02fff519-Jan-2026 Andreas Gohr <gohr@cosmocode.de>

avoid deleting non-existant chunks. fixes #46

4eaf520229-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

7775eee729-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

fix interface handling with generic model

6980de5d28-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

7bd2bac628-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

make ollama auth optional

72fdb01b28-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

fix double intro message. fixes #44

connectedCallback may run multiple times, because the component is
readded to the dom when the section edit initializes.

5f6b624117-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

236fa06606-Oct-2025 Andreas Gohr <andi@splitbrain.org>

upped version

3f61c2bb06-Oct-2025 Andreas Gohr <andi@splitbrain.org>

add tests for text splitting

14b3ee0006-Oct-2025 Andreas Gohr <andi@splitbrain.org>

make overlap a class member for easier testing

e2b35d4606-Oct-2025 Andreas Gohr <andi@splitbrain.org>

Agents: make clearer how to run tests

af51f17206-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

added an AGENTS.md file for LLM based work

028fe6db06-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

split sentences by token, not bytes. handle UTF-8

072e009906-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

move text splitting into it's own class

3daef46506-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

Some enhancements on the subsentence splitting

When a sentence is longer than a chunk, it should be split forcefully in
smaller parts - these parts should NOT be the size of a full chunk since
we st

Some enhancements on the subsentence splitting

When a sentence is longer than a chunk, it should be split forcefully in
smaller parts - these parts should NOT be the size of a full chunk since
we still want to do some overlap with previous and following texts. I
chose to split into a quarter of a chunk.

This also ensures that whitespace is kept for the split sentences,
because they may be joined with follow up texts.

show more ...

867b775206-Oct-2025 Henry <henry.krupp@gmail.com>

Squashed commit of the following:

commit 4e0adf2a8d810e55db6d37ccc87c76d95ddcfd8d
Author: Henry <henry.krupp@gmail.com>
Date: Mon Feb 3 22:04:17 2025 +0100

Updated splitLongSentence()

commit

Squashed commit of the following:

commit 4e0adf2a8d810e55db6d37ccc87c76d95ddcfd8d
Author: Henry <henry.krupp@gmail.com>
Date: Mon Feb 3 22:04:17 2025 +0100

Updated splitLongSentence()

commit 9883844f1db6df9e11051c4c7b034e68baaca0be
Author: Henry <henry.krupp@gmail.com>
Date: Mon Feb 3 22:03:25 2025 +0100

Updated splitLongSentence()

commit 6f737f6fe4da25fa438211d5c00605c2df9c81ba
Author: Henry <henry.krupp@gmail.com>
Date: Mon Feb 3 21:43:16 2025 +0100

array_unshift($sentences, ...$this->splitLongSentence($sentence, $tiktok));

commit 21966eab02f87f632e82ad0055f9bc2aadb92053
Author: Henry <henry.krupp@gmail.com>
Date: Mon Feb 3 21:23:40 2025 +0100

Updated splitIntoChunks method

Push split sentences to the front of the queue with array_unshift($sentences, ...$this->splitLongSentence($sentence, $tiktok));

show more ...

3e86bc5118-Jun-2025 Damien Ghandour <damien.ghandour@gmail.com>

added French Translations

12d445df11-Jun-2025 Andreas Gohr <gohr@cosmocode.de>

upped version

12345678910