index
:
dispatch
dev
main
v2-deprecated
-
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
Age
Commit message (
Expand
)
Author
2026-06-28
fix(vision): tell vision agents not to use tools, just describe images directly
Adam Malczewski
2026-06-28
fix(conversation-store): msgIdx collision merges messages across turns + reco...
Adam Malczewski
2026-06-28
fix(predev): resolve merge conflicts between concurrency-fixes and workspace-...
Adam Malczewski
2026-06-28
Merge branch 'feature/workspace-star' into predev
Adam Malczewski
2026-06-28
fix(concurrency): usage-gate fast-path overshoot + fetchUsage rejection safet...
Adam Malczewski
2026-06-28
fix(workspace-star): clean up starred cache on workspace delete + warn when c...
Adam Malczewski
2026-06-28
Merge branch 'dev' into feature/concurrency-fixes
Adam Malczewski
2026-06-28
merge: bring dev crash fixes into feature/workspace-star
Adam Malczewski
2026-06-28
Merge branch 'dev' into feature/workspace-star
Adam Malczewski
2026-06-28
feat(workspace-star): starred workspace priority for concurrency limiting
Adam Malczewski
2026-06-28
feat(concurrency-fixes): usage-gate + adaptive headroom + configurable cooldown
Adam Malczewski
2026-06-28
fix(ssh,host-bin): permanent pooled-client error listener + uncaughtException...
Adam Malczewski
2026-06-28
fix: disable LSP + change memory telemetry interval to 15s
Adam Malczewski
2026-06-28
feat(observability): periodic memory-usage logging to localize leak source
Adam Malczewski
2026-06-27
fix(lsp): bound pushDiagnostics cache — evict oldest entries for unopened b...
Adam Malczewski
2026-06-27
fix(lsp): fix crashes (optional chaining, fs.watch error) + memory leak (docu...
Adam Malczewski
2026-06-27
Merge branch 'feature/vision-handoff' into dev
Adam Malczewski
2026-06-27
feat(vision): prefix consultation tab titles with 'IMAGE - '
Adam Malczewski
2026-06-27
feat(vision): store images in tmp dir instead of SQLite — compact URLs + pu...
Adam Malczewski
2026-06-27
feat(provider-concurrency): persist concurrency limits across reboots via hos...
Adam Malczewski
2026-06-27
feat(concurrency): add "queued" ConversationStatus — emit when request bloc...
Adam Malczewski
2026-06-27
feat(vision): image compaction for vision-capable models + global vision sett...
Adam Malczewski
2026-06-27
fix(vision): detect umans kimi + qwen models as vision-capable (not just kimi)
Adam Malczewski
2026-06-27
feat(vision-handoff): model-directed consult_vision tool replacing auto-trans...
Adam Malczewski
2026-06-27
fix(vision-handoff): omit temperature on vision transcription call (Kimi reje...
Adam Malczewski
2026-06-27
feat(provider-concurrency): add release cooldown (200ms) to prevent N+1 overs...
Adam Malczewski
2026-06-27
feat(vision-handoff): implement vision for capable models and universal visio...
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
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
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
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
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
[next]