aboutsummaryrefslogtreecommitdiffstats
path: root/test_llamachat.py
AgeCommit message (Expand)AuthorFilesLines
28 hoursfeat: pad code blocks, make the copy link a hover buttonDanilo M.1-0/+48
28 hoursfeat: wrap code blocks and offer a copy link on eachDanilo M.1-0/+79
4 daysfeat: make status messages dismissableDanilo M.1-0/+54
4 daysfix: web search on DeepSeek and other reasoning modelsfeature/external-providersDanilo M.1-10/+318
2026-08-11fix: prevent cloud reasoning models from exhausting default max_tokensDanilo M.1-6/+68
2026-08-10feat: list and route models through every configured providerDanilo M.1-4/+8
2026-08-10feat: cost label showing spend and the next send's projectionDanilo M.1-0/+31
2026-08-10feat: dialog for per-model context size, vision and pricesDanilo M.1-0/+54
2026-08-10feat: fan model listing out across providers and route by idDanilo M.1-25/+97
2026-08-09feat: send bearer auth when a provider needs a keyDanilo M.1-2/+98
2026-08-09feat: record token counts and the producing model per messageDanilo M.1-0/+97
2026-08-09fix: reject non-finite provider prices, and read them as unpricedDanilo M.1-0/+47
2026-08-09feat: resolve model metadata in layers and compute costDanilo M.1-0/+183
2026-08-09fix: reject non-finite prices and escape a model named DEFAULTDanilo M.1-24/+42
2026-08-09feat: store per-model metadata in models.iniDanilo M.1-0/+98
2026-08-09fix: warn when [[providers.local]] discards its fieldsDanilo M.1-0/+42
2026-08-09fix: survive malformed provider config at startupDanilo M.1-0/+92
2026-08-09feat: expose the provider table from configDanilo M.1-0/+42
2026-08-09docs: stop crediting from None with secret hygieneDanilo M.1-2/+3
2026-08-09fix: sharpen key resolution errors, rename KeyResolutionErrorDanilo M.1-4/+44
2026-08-09feat: resolve provider API keys from pass, env or literalDanilo M.1-0/+103
2026-08-09fix: skip unusable provider names, name the split ceilingDanilo M.1-1/+18
2026-08-09feat: namespace model ids by provider and filter model listsDanilo M.1-0/+67
2026-08-09fix: stop a partial [providers.local] from deleting the local providerDanilo M.1-0/+20
2026-08-09feat: parse provider definitions from configDanilo M.1-0/+57
2026-08-01feat: model-written titles, fix empty replies after searchDanilo M.1-5/+156
2026-07-31fix: cap searches at one per turnDanilo M.1-0/+6
2026-07-31feat: web search via SearXNGDanilo M.1-6/+583
2026-07-31fix: keep reasoning out of the reply bodyDanilo M.1-0/+51
2026-07-31feat: add Ctrl+N and Ctrl+F shortcutsDanilo M.1-0/+108
2026-07-31feat: add a history panel toggleDanilo M.1-0/+76
2026-07-31feat: add context meter and file-based system promptsDanilo M.1-0/+175
2026-07-31feat: initial release of llamachat 0.1.0v0.1.0Danilo M.1-0/+514