summaryrefslogtreecommitdiffhomepage
path: root/packages/core/src
AgeCommit message (Expand)Author
2026-06-02fix(search_code): surface cs failures + harden query/path handlingAdam Malczewski
2026-06-02feat: add search_code tool wrapping the cs code-search engineAdam Malczewski
2026-06-02Merge branch 'dev' into td/todo-fixAdam Malczewski
2026-06-02Merge branch 'dev' into cr/claude-reset-fixAdam Malczewski
2026-06-02feat(todo): port opencode's declarative whole-list todo toolAdam Malczewski
2026-06-02fix(wake): probe with genuine Claude Code request shape so OAuth wakes succeedAdam 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-02Merge branch 'dev' into u1/usage-persistenceAdam Malczewski
2026-06-02fix: reconcile live cacheStats to DB truth on turn-sealedAdam Malczewski
2026-06-02feat(context-window): show current/max context usage per tab/modelAdam 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-01merge: dev into r1/claude-reset-fixAdam Malczewski
2026-06-01feat(notifications): topic-only input (drop URL validation)Adam Malczewski
2026-06-01feat(notifications): add notifySubagents toggle to suppress subagent turn pingsAdam Malczewski
2026-06-01feat(wake): probe 4 times per marked hour (:00 :15 :30 :45), coalesce same-ti...Adam Malczewski
2026-06-01fix(notifications): address Gemini review — tighten validation, sanitize Cl...Adam Malczewski
2026-06-01feat(core): ntfy.sh notification dispatcher moduleAdam 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-31feat(debug): wire LLM debug logger end-to-endAdam Malczewski
2026-05-31feat: implement user agents (top-level tabs via summon)Adam Malczewski
2026-05-30fix(agent): stream thinking for all adaptive Claude models, not just Opus 4.7Adam Malczewski
2026-05-30chore(notes): collect loose root docs into notes/; add reconcile edge-cases noteAdam 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-29feat: stop generation button with abort signal plumbingAdam Malczewski
2026-05-29fix: handle unavailable tool calls via native v6 tool-error event, not synthe...Adam 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-29feat: disappearing chat history — chunk-limited frontend window with backen...Adam Malczewski
2026-05-28fix(core): normalize tool schemas for Anthropic, add toolChoice=auto; feat(su...Adam Malczewski
2026-05-28fix(core): strip stale [USER INTERRUPT] from LLM history; inject into last to...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-27fix(core): handle empty file in read_file line countingAdam Malczewski
2026-05-27refactor: ChatMessage.chunks[] union — interleaved thinking, tool batching,...Adam Malczewski
2026-05-27feat: tool-output truncation+spill, read_file pagination, read_file_slice, sy...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-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: agent builder, CWD support, auto-save, UI polish, unavailable tool hand...Adam Malczewski