summaryrefslogtreecommitdiffhomepage
path: root/packages/frontend/src/lib/components
AgeCommit message (Expand)Author
2026-06-01a11y(sidebar): label the remove-panel button for screen readersAdam Malczewski
2026-06-01fix(theme): consolidate boot apply and Settings picker into shared moduleAdam Malczewski
2026-06-01feat(settings): inline theme picker into Settings panelAdam Malczewski
2026-06-01feat(sidebar): add Debug panel with copy-conversation actionAdam Malczewski
2026-06-01feat(header): remove copy + theme buttons; keep title, status, sidebar toggleAdam Malczewski
2026-06-01feat(tabs): tab-to-tab agent communication via short handlesAdam Malczewski
2026-05-31feat: implement user agents (top-level tabs via summon)Adam Malczewski
2026-05-30fix(frontend): sidebar fill panels overflow with 3+ views openAdam Malczewski
2026-05-30feat(chunks): chunk-native frontend store with turn-sealed reconcile + per-ch...Adam Malczewski
2026-05-30feat(cache): Anthropic prompt caching, usage telemetry, and Cache Rate viewAdam Malczewski
2026-05-29Make chat input an auto-growing textareaAdam Malczewski
2026-05-29fix: override pointer-events on stop button spinner for iOS touch supportAdam Malczewski
2026-05-29feat: stop generation button with abort signal plumbingAdam Malczewski
2026-05-29feat: subagent summon — catalog filter, error hints, system prompt, AgentBu...Adam Malczewski
2026-05-29feat: disappearing chat history — chunk-limited frontend window with backen...Adam Malczewski
2026-05-28feat: add agent status indicator in chat input, db tabs tests, and service ma...Adam Malczewski
2026-05-28feat(frontend): persist sidebar panel layout across browser refreshes via loc...Adam Malczewski
2026-05-28refactor(core): upgrade ai-sdk v4 → v6 + Anthropic/openai-compatible reason...Adam Malczewski
2026-05-27refactor: ChatMessage.chunks[] union — interleaved thinking, tool batching,...Adam Malczewski
2026-05-24fix: prompt caching, OpenCode Go MiniMax/Qwen support, Opus 4.7 thinking, SDK...Adam Malczewski
2026-05-23feat: google gemini provider, adaptive thinking for opus 4.7, model search fi...Adam Malczewski
2026-05-23fix: sidebar panel layout overlap by removing Claude Reset from flex-1 fillAdam 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-23feat: youtube_transcribe blocks with polling, interruptible with background r...Adam Malczewski
2026-05-23feat: web_search + youtube_transcribe tools, shell interrupt backgrounding, f...Adam Malczewski
2026-05-22feat: message queue/interrupt system, CORS fix, mobile fixes, chat splittingAdam Malczewski
2026-05-22feat: add/remove keys from UI, backend URL setting, user service, Docker fixAdam 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-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: tool permission toggles, settings improvements, UI polishAdam Malczewski
2026-05-21feat: tab system with per-tab agents, DB persistence, and DaisyUI tabs-lift UIAdam Malczewski
2026-05-21refactor: gut model/tag/fallback/agent-template system, fix Docker setupAdam Malczewski
2026-05-21feat: SQLite database for all credentials, keys, wake schedule, and usage cacheAdam Malczewski
2026-05-21fix: wake scheduler persistence/retry, credential filtering, usage cache and ...Adam Malczewski
2026-05-21feat: usage cache with spinner refresh — shows cached data immediately, ref...Adam Malczewski
2026-05-21fix: compact panel sizing, close button on new panels (not first)Adam Malczewski
2026-05-21feat: + button to add new sidebar panels, each with independent view selectionAdam Malczewski
2026-05-21refactor: move ModelSelector into dropdown as 'Current Model' optionAdam Malczewski
2026-05-21fix: key usage fills available sidebar height (flex-1 instead of max-h-96)Adam Malczewski
2026-05-21fix: include time in reset brackets (e.g. 'in 3w 2d (05/28 4:36 PM)')Adam Malczewski
2026-05-21feat: natural English reset times beyond 48h (e.g. 'in 3w 2d (05/28)')Adam Malczewski
2026-05-21feat: show countdown for resets within 48h (e.g. 'in 5:30')Adam Malczewski
2026-05-21feat: key usage auto-refreshes every 90sAdam Malczewski
2026-05-21fix: backend wake scheduler with atomic toggle API, American time displayAdam Malczewski