summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http
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-28Merge branch 'feature/workspace-star' into predevAdam 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-28fix: disable LSP + change memory telemetry interval to 15sAdam Malczewski
2026-06-27Merge branch 'feature/vision-handoff' into devAdam Malczewski
2026-06-27feat(vision): store images in tmp dir instead of SQLite — compact URLs + pu...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-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-27feat(heartbeat): GET /workspaces/:id/heartbeat/next-run endpoint (CR-HB-3)Adam Malczewski
2026-06-26style: switch from tabs to 2-space indentationAdam Malczewski
2026-06-26feat(heartbeat): resolve [type:name] variables in heartbeat prompts (CR-HB-1)Adam Malczewski
2026-06-26feat(heartbeat): workspace heartbeat loop with configurable AI monitoringAdam Malczewski
2026-06-25feat(ssh): wave 5c — host-bin registers exec-backend + ssh; transport-http ...Adam Malczewski
2026-06-25feat(ssh): wave 4 — computer HTTP/WS endpoints + chat computerId threadingAdam Malczewski
2026-06-25feat(transport-http): add GET /conversations/:id/mcp status endpointAdam 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-24feat(system-prompt): wire into turn flow + compaction + API routesAdam Malczewski
2026-06-23fix(lsp): gate LSP endpoint on persisted cwd; accept workspaceId on PUT cwdAdam Malczewski
2026-06-23feat: workspaces — session-orchestrator + transport-http + transport-ws + c...Adam Malczewski
2026-06-22feat: context window from model endpoints + percentage-based auto-compactAdam Malczewski
2026-06-22feat: stop generation mid-turn (POST /conversations/:id/stop)Adam 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-21fix(transport-http): stream /chat response instead of bufferingAdam Malczewski
2026-06-21fix(transport-http): set Content-Type on static file responsesAdam Malczewski
2026-06-21feat: standalone build + systemd install (Arch Linux)Adam Malczewski
2026-06-21feat(transport): CLI endpoints + conversation.open broadcast (Wave 2)Adam 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(reasoning-effort): persisted per-conversation + per-turn override, threa...Adam Malczewski
2026-06-12feat(history): CR-5 windowed reads — ?limit= / ?beforeSeq= on GET /conversa...Adam Malczewski