summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Expand)Author
2026-06-24fix(kernel+tool-shell): abort hanging tool calls without bricking the convers...Adam Malczewski
2026-06-24fix(broken-chat): read-time self-repair of unrecoverable chatsAdam Malczewski
2026-06-24fix(lsp): broken-server recovery + config source attributionAdam Malczewski
2026-06-24feat: persistent per-conversation model selectionAdam Malczewski
2026-06-24fix(system-prompt): reconstruct on cwd change via getWithMetaAdam Malczewski
2026-06-24workspace: conversation.open/statusChanged carry workspaceId (1405 vitest)Adam Malczewski
2026-06-24feat(system-prompt): rich system:os with WSL detection + Linux distroAdam Malczewski
2026-06-24feat(system-prompt): add prompt:workspace_id variableAdam Malczewski
2026-06-24feat(system-prompt): register extension in host-bin CORE_EXTENSIONSAdam Malczewski
2026-06-24feat(system-prompt): wire into turn flow + compaction + API routesAdam 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 — session-orchestrator + transport-http + transport-ws + c...Adam 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-22feat: incremental seq assignment during generation (CR-6)Adam 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: default auto-compact threshold to 350k tokensAdam 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: remove CWD path containment from file toolsAdam Malczewski
2026-06-21fix(transport-http): stream /chat response instead of bufferingAdam Malczewski
2026-06-21fix(cli): fire --open signal before streaming starts, not afterAdam Malczewski
2026-06-21feat(cli): add 'open' command to signal frontend without sending a messageAdam Malczewski
2026-06-21fix(openai-stream): omit usage attrs from spans when provider doesn't reportAdam Malczewski
2026-06-21fix(openai-stream): add stream_options.include_usage to all requestsAdam Malczewski
2026-06-21feat(cli): add --open flag to model-name chat commandAdam 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(skills): recursive skill discovery — scan subdirectoriesAdam Malczewski
2026-06-21feat(cli): list, read, send commands (Wave 3)Adam Malczewski
2026-06-21feat(transport): CLI endpoints + conversation.open broadcast (Wave 2)Adam Malczewski
2026-06-21feat(conversation-store): conversation metadata + list + title (Wave 1)Adam Malczewski
2026-06-21feat(cli): Wave 0 — contracts for conversation list, last message, open tabAdam Malczewski
2026-06-21refactor(tool-youtube-transcript): always save full transcript, fix descriptionAdam Malczewski
2026-06-21feat(tool-youtube-transcript): write full transcript to /tmp/dispatch on trun...Adam Malczewski
2026-06-21refactor(tool-youtube-transcript): remove .youtube_subtitles_pending file con...Adam Malczewski
2026-06-21feat(tool-youtube-transcript): YouTube transcription toolAdam Malczewski
2026-06-21feat(todo): per-conversation task list tool + surfaceAdam Malczewski
2026-06-21feat(tool-web-search): Firecrawl-backed web search toolAdam Malczewski
2026-06-21feat(provider-umans): Umans AI Coding Plan provider + openai-stream libAdam Malczewski
2026-06-21feat(message-queue): per-conversation queue + steering injectionAdam Malczewski
2026-06-21fix(history): harden loadSince sinceSeq lower bound (forgiving, like beforeSe...Adam Malczewski
2026-06-12feat(reasoning-effort): persisted per-conversation + per-turn override, threa...Adam 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-12fix(turns): emit user prompt on the turn event stream (CR-3)Adam Malczewski