summaryrefslogtreecommitdiffhomepage
path: root/packages/frontend/src/lib/tabs.svelte.ts
AgeCommit message (Expand)Author
2026-06-03Merge branch 'dev' into warm/prompt-cache-warmingAdam Malczewski
2026-06-03fix: warm the SAME Anthropic message-cache bucket as real turnsAdam Malczewski
2026-06-03feat: prompt cache warming for idle tabsAdam Malczewski
2026-06-03Merge branch 'dev' into cmp7/compaction-toolAdam Malczewski
2026-06-03feat(compaction): add UI-driven conversation compactionAdam Malczewski
2026-06-02feat(chat): paste-to-attach images/PDFs with model capability checkAdam Malczewski
2026-06-02Merge branch 'dev' into td/todo-fixAdam Malczewski
2026-06-02feat(todo): port opencode's declarative whole-list todo toolAdam Malczewski
2026-06-02feat(tabs): drag-reorder + double-click rename + per-tab chat draftAdam Malczewski
2026-06-02Merge branch 'dev' into u3/agent-effort-levelAdam Malczewski
2026-06-02fix: reconcile live cacheStats to DB truth on turn-sealedAdam Malczewski
2026-06-02feat: persist per-tab token/cache usage across reloadAdam Malczewski
2026-06-02feat(agents): per-model reasoning effort levelAdam Malczewski
2026-06-01fix(queue): consume queued messages after a turn ends (start a new turn)Adam Malczewski
2026-06-01feat(tabs): tab-to-tab agent communication via short handlesAdam Malczewski
2026-05-30feat(chunks): chunk-native frontend store with turn-sealed reconcile + per-ch...Adam Malczewski
2026-05-30refactor(chunks): append-only chunk log with per-step cache-stable wireAdam Malczewski
2026-05-30feat(cache): Anthropic prompt caching, usage telemetry, and Cache Rate viewAdam Malczewski
2026-05-29fix: preserve per-tab working directory on sendAdam Malczewski
2026-05-29feat: stop generation button with abort signal plumbingAdam Malczewski
2026-05-29fix: include agent_id in foreground summon results for Open Tab button; prese...Adam Malczewski
2026-05-29feat: subagent summon — catalog filter, error hints, system prompt, AgentBu...Adam Malczewski
2026-05-29fix: refresh agent config on send; widen fallback retry detectionAdam Malczewski
2026-05-29feat: disappearing chat history — chunk-limited frontend window with backen...Adam Malczewski
2026-05-28feat: restore tab layout + in-flight chunks on browser reopen; agents keep ru...Adam Malczewski
2026-05-28refactor(core): upgrade ai-sdk v4 → v6 + Anthropic/openai-compatible reason...Adam Malczewski
2026-05-27test(frontend): drive tabStore through real $state via exported createTabStor...Adam Malczewski
2026-05-27fix(frontend): structuredClone→$state.snapshot, WS reconnect resyncs from A...Adam Malczewski
2026-05-27fix(frontend): openAgentTab reads chunks[] from wire; copyConversation includ...Adam Malczewski
2026-05-27refactor: ChatMessage.chunks[] union — interleaved thinking, tool batching,...Adam Malczewski
2026-05-23feat: fallback model range slider with live label, model-changed eventAdam Malczewski
2026-05-23feat: key fallback using agent models[] hierarchy, background tool modes, cop...Adam Malczewski
2026-05-23feat: relative working directory support and subagent tab cwd propagationAdam Malczewski
2026-05-23feat: add is_subagent flag to agents, fix all lint/type/test issuesAdam Malczewski
2026-05-22feat: message queue/interrupt system, CORS fix, mobile fixes, chat splittingAdam Malczewski
2026-05-22feat: agent builder, CWD support, auto-save, UI polish, unavailable tool hand...Adam Malczewski
2026-05-22feat: two-row tab bar with temp/persistent subagent tabs, tab persistenceAdam Malczewski
2026-05-22fix: child tabs now show correct key/model in Model Choice viewAdam Malczewski
2026-05-22feat: agent summoning system, todo improvements, security fixes, double-execu...Adam Malczewski
2026-05-21feat: skills system with toggle/inject, tab bar UX, streaming dedup fixAdam Malczewski
2026-05-21feat: system prompt editor, tool permissions save-on-send, responsive sidebar...Adam Malczewski
2026-05-21feat: tab system with per-tab agents, DB persistence, and DaisyUI tabs-lift UIAdam Malczewski