summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-06-01fix(frontend): ClaudeReset — global mutation lock + explicit action intentAdam Malczewski
2026-06-01fix(api): wake-schedule toggle requires explicit action: 'on' | 'off'Adam Malczewski
2026-06-01docs: HANDOFF review followup + move reset review report into notes/Adam Malczewski
2026-06-01fix(frontend): ClaudeReset — global snapshot sequencer fixes cross-hour raceAdam Malczewski
2026-06-01feat(frontend): SnapshotSequencer — reusable 'most-recent request wins' rac...Adam Malczewski
2026-06-01fix(api): wake-schedule — accept skewed toggles, atomic persist, boot-recov...Adam Malczewski
2026-06-01docs: update HANDOFF for 4-slot probing + DB migrationAdam Malczewski
2026-06-01feat(wake): probe 4 times per marked hour (:00 :15 :30 :45), coalesce same-ti...Adam Malczewski
2026-06-01docs: HANDOFF.md for claude-reset-fix branchAdam Malczewski
2026-06-01fix(frontend): ClaudeReset — live currentHour, real Set derived, in-flight ...Adam Malczewski
2026-06-01fix(api): wake scheduler — missed-wake recovery, retry consolidation, statu...Adam Malczewski
2026-06-01feat(api): extract pure wake-scheduler helpers (nextDailyAfter, recoverSchedu...Adam Malczewski
2026-06-01test(queue): cover multi-message continuation collapseAdam 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-31docs(notes): expand wishlist with layout-restore and edit-history itemsAdam Malczewski
2026-05-30fix(agent): stream thinking for all adaptive Claude models, not just Opus 4.7Adam Malczewski
2026-05-30fix(frontend): sidebar fill panels overflow with 3+ views openAdam Malczewski
2026-05-30chore: gitignore local scratch/sensitive files (cyberdeck/, .old_tabs.svelte.ts)Adam 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-30docs(chunks): eviction limitation + gemini review of the chunk-log refactorAdam Malczewski
2026-05-30refactor(chunks): append-only chunk log with per-step cache-stable wireAdam Malczewski
2026-05-30docs(cache): cache-miss investigation report + append-only chunk-log refactor...Adam Malczewski
2026-05-30feat(cache): Anthropic prompt caching, usage telemetry, and Cache Rate viewAdam Malczewski
2026-05-29fix(claude): eliminate /home mount race that blanks Claude credentials at bootAdam Malczewski
2026-05-29Make chat input an auto-growing textareaAdam Malczewski
2026-05-29docs(wishlist): add token usage tracking, queue-not-consumed bug, compaction ...Adam Malczewski
2026-05-29fix: preserve per-tab working directory on sendAdam Malczewski
2026-05-29fix(packaging): add notification-fd to dispatch-s6 loggersAdam 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-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-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-29fix(packaging): convert dispatch-systemd from user units to system template u...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: 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-28feat: restore tab layout + in-flight chunks on browser reopen; agents keep ru...Adam Malczewski
2026-05-28fix(api): pre-populate Agent.messages from DB on construction so model switch...Adam Malczewski
2026-05-28refactor(core): upgrade ai-sdk v4 → v6 + Anthropic/openai-compatible reason...Adam Malczewski
2026-05-27docs: add changes.md (recent commit changelog) and wishlist.md (feature backlog)Adam Malczewski
2026-05-27chore(config): drop personal Google API key entry from dispatch.tomlAdam Malczewski
2026-05-27refactor(packaging): split into dispatch/dispatch-systemd/dispatch-s6, separa...Adam Malczewski