summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2026-06-27feat(concurrency): add "queued" ConversationStatus — emit when request bloc...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/provider-concurrencyAdam Malczewski
2026-06-27fix(bin): rename dispatch-web → frontend in up/build scriptsAdam Malczewski
2026-06-27feat(provider-concurrency): implement per-provider in-memory concurrency limi...Adam Malczewski
2026-06-27style: reformat heartbeat merge to 2-space indentationAdam Malczewski
2026-06-27Merge branch 'dev' into feature/heartbeatAdam Malczewski
2026-06-27Merge branch 'feature/indent-change' into devAdam Malczewski
2026-06-27chore: update path references for directory rename (dispatch-backend → back...Adam Malczewski
2026-06-27feat(heartbeat): GET /workspaces/:id/heartbeat/next-run endpoint (CR-HB-3)Adam Malczewski
2026-06-27feat(heartbeat): send heartbeat conversations to a dedicated heartbeat workspaceAdam Malczewski
2026-06-26style: switch from tabs to 2-space indentationAdam Malczewski
2026-06-26feat(heartbeat): resolve empty systemPrompt to global default (CR-HB-2)Adam Malczewski
2026-06-26fix(install): restart service instead of start (no-op when already running)Adam Malczewski
2026-06-26fix(install): run build as user, sudo only on privileged linesAdam Malczewski
2026-06-26fix(build): run tsc --build before bun build --compileAdam Malczewski
2026-06-26feat(heartbeat): resolve [type:name] variables in heartbeat prompts (CR-HB-1)Adam Malczewski
2026-06-26fix(kernel): disable MAX_STEPS limit (0 = unlimited)Adam Malczewski
2026-06-26feat(heartbeat): workspace heartbeat loop with configurable AI monitoringAdam Malczewski
2026-06-25fix(ssh): POST /computers/:alias/test hangs after successful SSH connectAdam Malczewski
2026-06-25feat(ssh): discover computers from ~/.ssh/known_hosts + remote system-promptAdam Malczewski
2026-06-25docs(tasks): mark FE final sync check GREEN — all 3 handoffs + cross-cuttin...Adam Malczewski
2026-06-25Merge branch 'dev' into feature/ssh-supportAdam Malczewski
2026-06-25Merge branch 'feature/lsp-bugfix' into devAdam Malczewski
2026-06-25fix(lsp): stop per-edit hangs on dead/slow servers (10s cap + skip + self-heal)Adam Malczewski
2026-06-25chore: remove stale .skills/ORCHESTRATOR.md duplicateAdam Malczewski
2026-06-25feat(kernel): retry-with-backoff on retryable provider errorsAdam Malczewski
2026-06-25feat(ssh): wave 5c — host-bin registers exec-backend + ssh; transport-http ...Adam Malczewski
2026-06-25feat(ssh): wave 5b — the ssh package (remote ExecBackend over ssh2)Adam Malczewski
2026-06-25feat(ssh): wave 5a — exec-backend remote-backend factory handleAdam Malczewski
2026-06-25feat(ssh): wave 4 — computer HTTP/WS endpoints + chat computerId threadingAdam Malczewski
2026-06-25feat(ssh): wave 3 — session-orchestrator computerId threading + transport-c...Adam Malczewski
2026-06-25feat(ssh): wave 2 — route filesystem/shell tools behind ExecBackendAdam Malczewski
2026-06-25feat(ssh): wave 1 — ExecBackend + computer data model + runtime threadingAdam Malczewski
2026-06-25feat(ssh): wave 0 — kernel contract seam (computerId)Adam Malczewski
2026-06-25feat(cli): add --workspace filter to 'dispatch list'Adam Malczewski
2026-06-25plan(ssh): lock final decision — take ssh-config dep; no open questions remainAdam Malczewski
2026-06-25plan(ssh): bake in resolved decisions + ~/.ssh/config discoveryAdam Malczewski
2026-06-25docs(notes): research — list conversations filtered by worktree/workspaceAdam Malczewski
2026-06-25plan(ssh): add transparent SSH support design & implementation planAdam Malczewski
2026-06-25feat(cli): add --file flag to 'dispatch send' subcommandAdam Malczewski
2026-06-25fix(bin): pin dev ports in bin/up so shell BACKEND_PORT can't override .envAdam Malczewski
2026-06-25feat(transport-http): add GET /conversations/:id/mcp status endpointAdam Malczewski
2026-06-25fix(lsp): prevent server crash from malformed LSP messagesAdam Malczewski
2026-06-24feat(transport-contract): add McpServerInfo + McpStatusResponse (0.22.0)Adam Malczewski
2026-06-24docs: live-verify MCP + per-edit diagnostics; update tasks.md (1537 tests)Adam Malczewski
2026-06-24fix(tool-edit-file): lazy LSP service lookup — diagnostics now actually workAdam Malczewski
2026-06-24fix(tool-edit-file): wrap getService in try/catch to prevent activation crashAdam Malczewski
2026-06-24feat(mcp): Model Context Protocol host extensionAdam Malczewski
2026-06-24docs(mcp): add MCP/MCP server/MCP host glossary entriesAdam Malczewski