aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2 daysAdded comment to remind how to upgrade in case of system qt bumpHEADmasterDanilo M.1-0/+15
2026-08-25fix: keep one-shot skills loaded until NewDanilo M.5-14/+78
2026-08-25fix: honor skills_enabled on restore, and final-review polishDanilo M.6-4/+80
2026-08-25docs: document skills supportDanilo M.2-0/+38
2026-08-25feat: stream skill_loaded events and show loaded-skill chipsDanilo M.2-4/+33
2026-08-25feat: inject loaded skills into the system prompt and load from textDanilo M.2-1/+143
2026-08-25docs: generic skill names in plan test fixturesDanilo M.1-47/+47
2026-08-25test: use generic skill names in fixturesDanilo M.1-41/+41
2026-08-25feat: dispatch the tool loop over web_search and load_skillDanilo M.2-18/+259
2026-08-25feat: persist loaded skills per sessionDanilo M.2-0/+53
2026-08-25feat: skills config keys, on by defaultDanilo M.2-0/+50
2026-08-25feat: skill store parsing for SKILL.md instruction filesDanilo M.2-0/+338
2026-08-25docs: spec and plan for skills supportDanilo M.2-0/+1623
2026-08-25feat: move model and prompt pickers to the bottom bar, add button iconsDanilo M.2-49/+145
2026-08-24docs: document code block wrapping and the copy buttonDanilo M.2-2/+35
2026-08-24feat: pad code blocks, make the copy link a hover buttonDanilo M.2-16/+131
2026-08-24feat: wrap code blocks and offer a copy link on eachDanilo M.2-6/+151
2026-08-21feat: make status messages dismissableDanilo M.2-4/+73
2026-08-21fix: store per-turn token sums so searched turns price every roundDanilo M.3-13/+26
2026-08-21fix: web search on DeepSeek and other reasoning modelsfeature/external-providersDanilo M.8-47/+584
2026-08-11fix: prevent cloud reasoning models from exhausting default max_tokensDanilo M.5-8/+118
2026-08-10docs: document external providers, keys and costDanilo M.3-1/+121
2026-08-10feat: show conversation cost and the next send's projectionDanilo M.1-0/+57
2026-08-10feat: offer model settings on first use of a cloud modelDanilo M.1-1/+39
2026-08-10feat: list and route models through every configured providerDanilo M.5-66/+138
2026-08-10feat: cost label showing spend and the next send's projectionDanilo M.2-1/+82
2026-08-10feat: dialog for per-model context size, vision and pricesDanilo M.2-0/+199
2026-08-10feat: fan model listing out across providers and route by idDanilo M.2-28/+180
2026-08-09feat: send bearer auth when a provider needs a keyDanilo M.2-4/+109
2026-08-09docs: name the ceiling in update_message's keep-on-omit conventionDanilo M.2-2/+14
2026-08-09feat: record token counts and the producing model per messageDanilo M.2-13/+127
2026-08-09fix: reject non-finite provider prices, and read them as unpricedDanilo M.4-11/+273
2026-08-09feat: resolve model metadata in layers and compute costDanilo M.2-0/+270
2026-08-09fix: reject non-finite prices and escape a model named DEFAULTDanilo M.3-69/+266
2026-08-09feat: store per-model metadata in models.iniDanilo M.2-0/+286
2026-08-09fix: warn when [[providers.local]] discards its fieldsDanilo M.4-5/+125
2026-08-09fix: survive malformed provider config at startupDanilo M.4-5/+326
2026-08-09feat: expose the provider table from configDanilo M.2-0/+55
2026-08-09docs: stop crediting from None with secret hygieneDanilo M.3-14/+14
2026-08-09fix: sharpen key resolution errors, rename KeyResolutionErrorDanilo M.3-43/+257
2026-08-09feat: resolve provider API keys from pass, env or literalDanilo M.2-0/+175
2026-08-09fix: skip unusable provider names, name the split ceilingDanilo M.3-4/+105
2026-08-09feat: namespace model ids by provider and filter model listsDanilo M.2-2/+105
2026-08-09fix: stop a partial [providers.local] from deleting the local providerDanilo M.3-10/+70
2026-08-09feat: parse provider definitions from configDanilo M.2-0/+148
2026-08-09docs: implementation plan for external cloud providersDanilo M.1-0/+2521
2026-08-09docs: name the local provider "local", not "default"Danilo M.1-13/+13
2026-08-09docs: spec for external cloud providersDanilo M.1-0/+275
2026-08-01chore: release 0.3.0v0.3.0Danilo M.2-7/+44
2026-08-01feat: model-written titles, fix empty replies after searchDanilo M.6-39/+437