summaryrefslogtreecommitdiffhomepage
path: root/packages/kernel
AgeCommit message (Expand)Author
3 daysfix(kernel): disable MAX_STEPS limit (0 = unlimited)Adam Malczewski
4 daysMerge branch 'dev' into feature/ssh-supportAdam Malczewski
4 daysfeat(kernel): retry-with-backoff on retryable provider errorsAdam Malczewski
4 daysfeat(ssh): wave 1 — ExecBackend + computer data model + runtime threadingAdam Malczewski
4 daysfeat(ssh): wave 0 — kernel contract seam (computerId)Adam Malczewski
5 daysfix(kernel+tool-shell): abort hanging tool calls without bricking the convers...Adam Malczewski
6 daysfeat: workspaces contract + conversation-store implementation (Wave 0+1)Adam Malczewski
7 daysfeat: context window from model endpoints + percentage-based auto-compactAdam Malczewski
7 daysfeat: incremental seq assignment during generation (CR-6)Adam Malczewski
7 daysfeat: conversation compacting (manual + automatic)Adam Malczewski
7 daysfeat: conversation lifecycle status (active/idle/closed) for tab persistenceAdam Malczewski
8 daysfeat(cli): Wave 0 — contracts for conversation list, last message, open tabAdam Malczewski
8 daysfeat(todo): per-conversation task list tool + surfaceAdam Malczewski
8 daysfeat(message-queue): per-conversation queue + steering injectionAdam Malczewski
2026-06-12feat(contracts): reasoning effort — ReasoningEffort ladder (low..max), Prov...Adam Malczewski
2026-06-12fix(turns): emit user prompt on the turn event stream (CR-3)Adam Malczewski
2026-06-12feat(metrics): expose current context size to the frontendAdam Malczewski
2026-06-11feat(lsp,cwd): LSP integration + per-conversation cwd; fix cache-warming cach...Adam 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-10kernel/run-turn: thread providerOpts (model) into provider.streamAdam 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(kernel-runtime,session-orchestrator): emit turn lifecycle eventsAdam 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(kernel): listModels/ModelInfo + per-turn cwd contracts; add transport-co...Adam Malczewski
2026-06-05fix(observability): nest turn/step/prompt/provider.request spans into a tree ...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(auth): provider resolves credentials via AuthContract, not configAdam Malczewski
2026-06-04fix(kernel): expose getProviders/getTools on HostAPI (CR-2) + runTurn uses in...Adam Malczewski
2026-06-04feat(kernel): extension host — discovery, DAG resolve, apiVersion check, ac...Adam 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