summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-http/src/app.ts
AgeCommit message (Expand)Author
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-28feat(workspace-star): starred workspace priority for concurrency limitingAdam 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): store images in tmp dir instead of SQLite — compact URLs + pu...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-27feat(heartbeat): GET /workspaces/:id/heartbeat/next-run endpoint (CR-HB-3)Adam 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 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(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
2026-06-12feat(cache-warming): lifecycle CR-4 — default-off, fresh nextWarmAt, conver...Adam 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-http): wildcard CORS + bump contract pkgs to 0.1.0 (FE Slice 2...Adam Malczewski
2026-06-06feat(transport-http,transport-ws): structured edge logging (close coverage ga...Adam Malczewski
2026-06-06feat(transport-http): GET /conversations/:id?sinceSeq= read-side history endp...Adam Malczewski
2026-06-05feat(backend): credential-store + model selection/catalog (GET /models) + per...Adam Malczewski
2026-06-05refactor(kernel): rename tabId → conversationId across contracts + consumer...Adam Malczewski
2026-06-04feat(core-ext): session-orchestrator + transport-http (parallel); wire into b...Adam Malczewski