summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-contract/src
AgeCommit message (Expand)Author
2026-07-01Merge branch 'feature/heartbeat-inactive-only' into predevAdam Malczewski
2026-07-01Merge branch 'feature/summon-title' into predevAdam Malczewski
2026-06-29feat(heartbeat): add inactiveOnly mode (skip fire while workspace has active ...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-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-28feat(concurrency-fixes): usage-gate + adaptive headroom + configurable cooldownAdam Malczewski
2026-06-27Merge branch 'feature/vision-handoff' into devAdam Malczewski
2026-06-27feat(vision): image compaction for vision-capable models + global vision sett...Adam Malczewski
2026-06-27feat(vision-handoff): implement vision for capable models and universal visio...Adam 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-26style: switch from tabs to 2-space indentationAdam Malczewski
2026-06-26feat(heartbeat): workspace heartbeat loop with configurable AI monitoringAdam Malczewski
2026-06-25feat(ssh): wave 3 — session-orchestrator computerId threading + transport-c...Adam Malczewski
2026-06-24feat(transport-contract): add McpServerInfo + McpStatusResponse (0.22.0)Adam Malczewski
2026-06-24fix(lsp): broken-server recovery + config source attributionAdam Malczewski
2026-06-24feat: persistent per-conversation model selectionAdam Malczewski
2026-06-24workspace: conversation.open/statusChanged carry workspaceId (1405 vitest)Adam Malczewski
2026-06-23feat(system-prompt): template-based system prompt builder extensionAdam Malczewski
2026-06-23fix(lsp): gate LSP endpoint on persisted cwd; accept workspaceId on PUT cwdAdam Malczewski
2026-06-23feat: workspaces contract + conversation-store implementation (Wave 0+1)Adam Malczewski
2026-06-22feat: context window from model endpoints + percentage-based auto-compactAdam Malczewski
2026-06-22fix: compaction keeps original ID, forks old history to archive, chains via c...Adam Malczewski
2026-06-22feat: non-destructive compaction — fork history to archive before replacingAdam Malczewski
2026-06-22feat: conversation compacting (manual + automatic)Adam Malczewski
2026-06-22feat: conversation lifecycle status (active/idle/closed) for tab persistenceAdam Malczewski
2026-06-21feat(cli): Wave 0 — contracts for conversation list, last message, open tabAdam Malczewski
2026-06-21feat(message-queue): per-conversation queue + steering injectionAdam Malczewski
2026-06-12feat(contracts): reasoning effort — ReasoningEffort ladder (low..max), Prov...Adam Malczewski
2026-06-12feat(history): CR-5 windowed reads — ?limit= / ?beforeSeq= on GET /conversa...Adam Malczewski
2026-06-12feat(cache-warming): lifecycle CR-4 — default-off, fresh nextWarmAt, conver...Adam Malczewski
2026-06-12feat(turns): detached turns + multi-client live viewAdam Malczewski
2026-06-11feat(lsp,cwd): LSP integration + per-conversation cwd; fix cache-warming cach...Adam Malczewski
2026-06-11fix(cache-warming): accurate cache rate + expectedCacheRate (retention) metricAdam Malczewski
2026-06-11feat(cache-warming): manual POST /chat/warm trigger endpointAdam Malczewski
2026-06-10feat: per-model throughput (tok/s) tracking + metrics endpointAdam Malczewski
2026-06-10feat(metrics): durable per-turn/step token+timing metrics (observability span...Adam Malczewski
2026-06-06feat(transport-ws,transport-contract): multiplex chat ops onto the surface WSAdam Malczewski
2026-06-06feat(transport-http): GET /conversations/:id?sinceSeq= read-side history endp...Adam Malczewski
2026-06-06feat(frontend,wire): surface system (FE slice 1) + @dispatch/wire types-only ...Adam Malczewski
2026-06-05feat(kernel): listModels/ModelInfo + per-turn cwd contracts; add transport-co...Adam Malczewski