summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
13 daysMerge branch 'feature/heartbeat-inactive-only' into predevAdam Malczewski
13 daysMerge branch 'feature/mcp-transport-fixes' into predevAdam Malczewski
13 daysMerge branch 'feature/summon-title' into predevAdam Malczewski
13 daysMerge branch 'feature/in-flight-compaction' into predevAdam Malczewski
2026-06-29feat(heartbeat): add inactiveOnly mode (skip fire while workspace has active ...Adam Malczewski
2026-06-29fix(in-flight-compaction): persist steering messages + use live messages arra...Adam Malczewski
2026-06-29fix(mcp): support newline-delimited JSON framing + timeouts + abort signal pr...Adam Malczewski
2026-06-29fix(summon-title): defer title set until after workspace initializationAdam Malczewski
2026-06-28Merge branch 'feature/summon-title' into predevAdam Malczewski
2026-06-28Merge branch 'feature/cancel-queued-message' into predevAdam Malczewski
2026-06-28Merge branch 'feature/in-flight-compaction' into predevAdam Malczewski
2026-06-28feat: in-flight compaction — compact mid-turn at every step boundaryAdam Malczewski
2026-06-28feat(message-queue): cancel a queued steering message by idAdam Malczewski
2026-06-28feat(cli): add --title flag to set tab title when summoningAdam Malczewski
2026-06-28fix(vision): tell vision agents not to use tools, just describe images directlyAdam Malczewski
2026-06-28fix(conversation-store): msgIdx collision merges messages across turns + reco...Adam Malczewski
2026-06-28docs(bug): investigate tool calls appearing in thinking + turn ends abruptlyAdam Malczewski
2026-06-28fix(predev): resolve merge conflicts between concurrency-fixes and workspace-...Adam Malczewski
2026-06-28Merge branch 'feature/workspace-star' into predevAdam Malczewski
2026-06-28fix(concurrency): usage-gate fast-path overshoot + fetchUsage rejection safet...Adam Malczewski
2026-06-28fix(workspace-star): clean up starred cache on workspace delete + warn when c...Adam Malczewski
2026-06-28Merge branch 'dev' into feature/concurrency-fixesAdam Malczewski
2026-06-28merge: bring dev crash fixes into feature/workspace-starAdam Malczewski
2026-06-28Merge branch 'dev' into feature/workspace-starAdam Malczewski
2026-06-28feat(workspace-star): starred workspace priority for concurrency limitingAdam Malczewski
2026-06-28feat(concurrency-fixes): usage-gate + adaptive headroom + configurable cooldownAdam Malczewski
2026-06-28docs(crash): definitive findings + Gemini review reportAdam Malczewski
2026-06-28fix(ssh,host-bin): permanent pooled-client error listener + uncaughtException...Adam Malczewski
2026-06-28docs(memory-leak): comprehensive handoff for OpenCode investigationAdam Malczewski
2026-06-28fix: disable LSP + change memory telemetry interval to 15sAdam Malczewski
2026-06-28feat(observability): periodic memory-usage logging to localize leak sourceAdam Malczewski
2026-06-28feat(bin): apply-memory-limits.sh — apply MemoryMax cgroup limits to live s...Adam Malczewski
2026-06-28fix(systemd): add MemoryMax=24G circuit breaker to prevent segfault crashesAdam Malczewski
2026-06-28docs(server-crash): investigate LSP-related server crashAdam Malczewski
2026-06-27fix(lsp): bound pushDiagnostics cache — evict oldest entries for unopened b...Adam Malczewski
2026-06-27fix(lsp): fix crashes (optional chaining, fs.watch error) + memory leak (docu...Adam Malczewski
2026-06-27Merge branch 'feature/vision-handoff' into devAdam Malczewski
2026-06-27feat(vision): prefix consultation tab titles with 'IMAGE - 'Adam Malczewski
2026-06-27feat(vision): store images in tmp dir instead of SQLite — compact URLs + pu...Adam Malczewski
2026-06-27feat(provider-concurrency): persist concurrency limits across reboots via hos...Adam Malczewski
2026-06-27feat(concurrency): add "queued" ConversationStatus — emit when request bloc...Adam Malczewski
2026-06-27feat(vision): image compaction for vision-capable models + global vision sett...Adam Malczewski
2026-06-27fix(vision): detect umans kimi + qwen models as vision-capable (not just kimi)Adam Malczewski
2026-06-27feat(vision-handoff): model-directed consult_vision tool replacing auto-trans...Adam Malczewski
2026-06-27fix(vision-handoff): omit temperature on vision transcription call (Kimi reje...Adam Malczewski
2026-06-27feat(provider-concurrency): add release cooldown (200ms) to prevent N+1 overs...Adam Malczewski
2026-06-27Merge branch 'dev' into feature/vision-handoffAdam Malczewski
2026-06-27Merge branch 'dev' into feature/provider-concurrencyAdam Malczewski
2026-06-27fix(bin): rename dispatch-web → frontend in up/build scriptsAdam Malczewski
2026-06-27feat(vision-handoff): implement vision for capable models and universal visio...Adam Malczewski