index
:
dispatch
dev
main
v2-deprecated
-
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-06-27
feat(concurrency): add "queued" ConversationStatus — emit when request bloc...
Adam Malczewski
2026-06-27
feat(provider-concurrency): add release cooldown (200ms) to prevent N+1 overs...
Adam Malczewski
2026-06-27
Merge branch 'dev' into feature/provider-concurrency
Adam Malczewski
2026-06-27
fix(bin): rename dispatch-web → frontend in up/build scripts
Adam Malczewski
2026-06-27
feat(provider-concurrency): implement per-provider in-memory concurrency limi...
Adam Malczewski
2026-06-27
style: reformat heartbeat merge to 2-space indentation
Adam Malczewski
2026-06-27
Merge branch 'dev' into feature/heartbeat
Adam Malczewski
2026-06-27
Merge branch 'feature/indent-change' into dev
Adam Malczewski
2026-06-27
chore: update path references for directory rename (dispatch-backend → back...
Adam Malczewski
2026-06-27
feat(heartbeat): GET /workspaces/:id/heartbeat/next-run endpoint (CR-HB-3)
Adam Malczewski
2026-06-27
feat(heartbeat): send heartbeat conversations to a dedicated heartbeat workspace
Adam Malczewski
2026-06-26
style: switch from tabs to 2-space indentation
Adam Malczewski
2026-06-26
feat(heartbeat): resolve empty systemPrompt to global default (CR-HB-2)
Adam Malczewski
2026-06-26
fix(install): restart service instead of start (no-op when already running)
Adam Malczewski
2026-06-26
fix(install): run build as user, sudo only on privileged lines
Adam Malczewski
2026-06-26
fix(build): run tsc --build before bun build --compile
Adam Malczewski
2026-06-26
feat(heartbeat): resolve [type:name] variables in heartbeat prompts (CR-HB-1)
Adam Malczewski
2026-06-26
fix(kernel): disable MAX_STEPS limit (0 = unlimited)
Adam Malczewski
2026-06-26
feat(heartbeat): workspace heartbeat loop with configurable AI monitoring
Adam Malczewski
2026-06-25
fix(ssh): POST /computers/:alias/test hangs after successful SSH connect
Adam Malczewski
2026-06-25
feat(ssh): discover computers from ~/.ssh/known_hosts + remote system-prompt
Adam Malczewski
2026-06-25
docs(tasks): mark FE final sync check GREEN — all 3 handoffs + cross-cuttin...
Adam Malczewski
2026-06-25
Merge branch 'dev' into feature/ssh-support
Adam Malczewski
2026-06-25
Merge branch 'feature/lsp-bugfix' into dev
Adam Malczewski
2026-06-25
fix(lsp): stop per-edit hangs on dead/slow servers (10s cap + skip + self-heal)
Adam Malczewski
2026-06-25
chore: remove stale .skills/ORCHESTRATOR.md duplicate
Adam Malczewski
2026-06-25
feat(kernel): retry-with-backoff on retryable provider errors
Adam Malczewski
2026-06-25
feat(ssh): wave 5c — host-bin registers exec-backend + ssh; transport-http ...
Adam Malczewski
2026-06-25
feat(ssh): wave 5b — the ssh package (remote ExecBackend over ssh2)
Adam Malczewski
2026-06-25
feat(ssh): wave 5a — exec-backend remote-backend factory handle
Adam Malczewski
2026-06-25
feat(ssh): wave 4 — computer HTTP/WS endpoints + chat computerId threading
Adam Malczewski
2026-06-25
feat(ssh): wave 3 — session-orchestrator computerId threading + transport-c...
Adam Malczewski
2026-06-25
feat(ssh): wave 2 — route filesystem/shell tools behind ExecBackend
Adam Malczewski
2026-06-25
feat(ssh): wave 1 — ExecBackend + computer data model + runtime threading
Adam Malczewski
2026-06-25
feat(ssh): wave 0 — kernel contract seam (computerId)
Adam Malczewski
2026-06-25
feat(cli): add --workspace filter to 'dispatch list'
Adam Malczewski
2026-06-25
plan(ssh): lock final decision — take ssh-config dep; no open questions remain
Adam Malczewski
2026-06-25
plan(ssh): bake in resolved decisions + ~/.ssh/config discovery
Adam Malczewski
2026-06-25
docs(notes): research — list conversations filtered by worktree/workspace
Adam Malczewski
2026-06-25
plan(ssh): add transparent SSH support design & implementation plan
Adam Malczewski
2026-06-25
feat(cli): add --file flag to 'dispatch send' subcommand
Adam Malczewski
2026-06-25
fix(bin): pin dev ports in bin/up so shell BACKEND_PORT can't override .env
Adam Malczewski
2026-06-25
feat(transport-http): add GET /conversations/:id/mcp status endpoint
Adam Malczewski
2026-06-25
fix(lsp): prevent server crash from malformed LSP messages
Adam Malczewski
2026-06-24
feat(transport-contract): add McpServerInfo + McpStatusResponse (0.22.0)
Adam Malczewski
2026-06-24
docs: live-verify MCP + per-edit diagnostics; update tasks.md (1537 tests)
Adam Malczewski
2026-06-24
fix(tool-edit-file): lazy LSP service lookup — diagnostics now actually work
Adam Malczewski
2026-06-24
fix(tool-edit-file): wrap getService in try/catch to prevent activation crash
Adam Malczewski
2026-06-24
feat(mcp): Model Context Protocol host extension
Adam Malczewski
2026-06-24
docs(mcp): add MCP/MCP server/MCP host glossary entries
Adam Malczewski
[next]