summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Expand)Author
2026-06-11feat(lsp,cwd): LSP integration + per-conversation cwd; fix cache-warming cach...Adam Malczewski
2026-06-11feat(cache-warming): CR-3 — manual warm resets timer + nextWarmAt/lastWarmA...Adam Malczewski
2026-06-11fix(cache-warming): accurate cache rate + expectedCacheRate (retention) metricAdam Malczewski
2026-06-11feat(surfaces): NumberField + per-conversation surface scoping; cache-warming...Adam Malczewski
2026-06-11feat(cache-warming): manual POST /chat/warm trigger endpointAdam Malczewski
2026-06-11feat(cache-warming): per-conversation prompt-cache warming + warm() serviceAdam Malczewski
2026-06-10feat(skills): skill system + load_skill tool via per-turn tools filterAdam Malczewski
2026-06-10feat(tools): add run_shell, edit_file, write_file + read_file directory listingAdam Malczewski
2026-06-10trace-store: fix old-schema migration crash (found by live boot)Adam Malczewski
2026-06-10observability-collector: drive trace-store prune on a cadenceAdam Malczewski
2026-06-10trace-store: content-addressed body dedup + retention/pruneAdam Malczewski
2026-06-10feat: per-model throughput (tok/s) tracking + metrics endpointAdam Malczewski
2026-06-10kernel/run-turn: thread providerOpts (model) into provider.streamAdam Malczewski
2026-06-10host-bin: external-extension loader + claude credential wiringAdam Malczewski
2026-06-10feat(conversation-store): reconcile.repair span (logging-audit #1)Adam Malczewski
2026-06-10feat(metrics): durable per-turn/step token+timing metrics (observability span...Adam Malczewski
2026-06-07feat(wire,kernel,session-orchestrator): live turn metrics on the streamAdam Malczewski
2026-06-07feat(kernel-runtime): per-step TTFT + decode timing spans (observability)Adam Malczewski
2026-06-07feat(wire,kernel,conversation-store): step grouping via stepId for batched to...Adam Malczewski
2026-06-06feat(transport-http): wildcard CORS + bump contract pkgs to 0.1.0 (FE Slice 2...Adam Malczewski
2026-06-06refactor(transport-http,host-bin): transport-http owns its Bun.serve (fix log...Adam Malczewski
2026-06-06feat(transport-http,transport-ws): structured edge logging (close coverage ga...Adam Malczewski
2026-06-06feat(kernel-runtime,session-orchestrator): emit turn lifecycle eventsAdam 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(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