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

Version upped

b971544309-Apr-2026 Andreas Gohr <gohr@cosmocode.de>

updated models info

9d0b332209-Apr-2026 Andreas Gohr <gohr@cosmocode.de>

Fix API errors for unknown models and compressed responses

Set sensible default outputTokens for unknown models (8k general,
32k for Anthropic) to avoid max_tokens=0 API errors. Disable
Accept-Encod

Fix API errors for unknown models and compressed responses

Set sensible default outputTokens for unknown models (8k general,
32k for Anthropic) to avoid max_tokens=0 API errors. Disable
Accept-Encoding to prevent unhandled brotli-compressed responses
from Cloudflare.

show more ...

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 ...

12345678910