aboutsummaryrefslogtreecommitdiffstats
path: root/test_llamachat.py
AgeCommit message (Expand)AuthorFilesLines
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