summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Expand)Author
2026-06-06feat(transport-http): GET /conversations/:id?sinceSeq= read-side history endp...Adam Malczewski
2026-06-06feat(wire,conversation-store): per-chunk seq sync cursor (StoredChunk)Adam Malczewski
2026-06-06feat(frontend,wire): surface system (FE slice 1) + @dispatch/wire types-only ...Adam Malczewski
2026-06-05feat(cli): one-shot terminal client (models, chat, --text/--file/--cwd/--conv...Adam Malczewski
2026-06-05feat(backend): credential-store + model selection/catalog (GET /models) + per...Adam Malczewski
2026-06-05feat(kernel): listModels/ModelInfo + per-turn cwd contracts; add transport-co...Adam Malczewski
2026-06-05feat(observability): map DeepSeek nested cache tokens (prompt_tokens_details....Adam Malczewski
2026-06-05feat(observability): replace synthetic text-turn fixture with a real sanitize...Adam Malczewski
2026-06-05fix(observability): record-mode redaction leaked capitalized Authorization he...Adam Malczewski
2026-06-05feat(observability): provider record/replay via @dispatch/trace-replay — en...Adam Malczewski
2026-06-05feat(observability): trace-replay — generic HTTP-exchange record/replay lib...Adam Malczewski
2026-06-05feat(observability): host-bin supervises the collector (spawn-first / drain-l...Adam Malczewski
2026-06-05fix(observability): nest turn/step/prompt/provider.request spans into a tree ...Adam Malczewski
2026-06-05feat(observability): Phase B — trace-store (SQLite) + out-of-process collec...Adam Malczewski
2026-06-05refactor(observability): pure-types contracts/logging + Span body channel; ve...Adam Malczewski
2026-06-05feat(observability): Phase A.2 — verbatim provider.request "after" capture ...Adam Malczewski
2026-06-05feat(observability): Phase A logging substrate — Logger/Span ABI + journal ...Adam Malczewski
2026-06-05refactor(kernel): rename tabId → conversationId across contracts + consumer...Adam Malczewski
2026-06-05refactor(host): expose getHostAPI(); host-bin drops duplicate adapter; storag...Adam Malczewski
2026-06-05feat(tool-read-file): add read_file tool extension + wire into host-binAdam Malczewski
2026-06-05feat(auth): provider resolves credentials via AuthContract, not configAdam Malczewski
2026-06-05chore(cleanup): align glossary (conversation/conversationId + drift note), OR...Adam Malczewski
2026-06-05feat(host-bin): composition root — boot, discover+activate extensions, Bun....Adam Malczewski
2026-06-04fix(kernel): expose getProviders/getTools on HostAPI (CR-2) + runTurn uses in...Adam Malczewski
2026-06-04feat(core-ext): session-orchestrator + transport-http (parallel); wire into b...Adam Malczewski
2026-06-04feat(core-ext): conversation-store — append-only multi-turn persistence on ...Adam Malczewski
2026-06-04feat(kernel): extension host — discovery, DAG resolve, apiVersion check, ac...Adam Malczewski
2026-06-04feat(core-ext): storage-sqlite, auth-apikey, provider-openai-compatAdam Malczewski
2026-06-04feat(contracts): RunTurnInput gains tabId/turnId/providerOpts; FinishReason u...Adam Malczewski
2026-06-04feat(kernel): runTurn turn loop — tool dispatch policy (eager/semaphore/ded...Adam Malczewski
2026-06-04feat(kernel): event/hook bus (events, filters, services) — pure dispatch + ...Adam Malczewski
2026-06-04feat(kernel): define the ABI contracts (conversation, tool, provider, auth, d...Adam Malczewski
2026-06-04chore: scaffold monorepo + AI harness (constitution, rules, glossary, kernel ...Adam Malczewski
2026-06-04chore: genesis — remove all files to rebuild from scratch (arch rewrite)Adam Malczewski
2026-06-04feat(config): add subdirectory LSP config watchers and fix permission orderingAdam Malczewski
2026-06-03fix(config): emit local permission patterns after global ones in mergeAdam Malczewski
2026-06-03feat(config): merge home-directory global dispatch.toml under project configAdam Malczewski
2026-06-03Merge branch 'dev' into warm/prompt-cache-warmingAdam Malczewski
2026-06-03fix: warm the SAME Anthropic message-cache bucket as real turnsAdam Malczewski
2026-06-03feat: prompt cache warming for idle tabsAdam Malczewski
2026-06-03Merge branch 'dev' into cmp7/compaction-toolAdam Malczewski
2026-06-03feat(compaction): add UI-driven conversation compactionAdam Malczewski
2026-06-03Merge branch 'dev' into img8/image-attachmentsAdam Malczewski
2026-06-03style: sort imports in TabBar.svelte (biome) after merging devAdam Malczewski
2026-06-03Merge branch 'dev' into k10/key-usage-toolAdam Malczewski
2026-06-03feat(tabs): pulsing status dot to grab attention when agent needs the userAdam Malczewski
2026-06-02feat(chat): paste-to-attach images/PDFs with model capability checkAdam Malczewski
2026-06-02feat(tools): add key_usage tool reporting API-key usage levelsAdam Malczewski
2026-06-02Fix build scripts and deployment port issueAdam Malczewski
2026-06-02Merge branch 'dev' into feat/cs-code-search-toolAdam Malczewski