summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Expand)Author
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 orderingv2-deprecatedAdam 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
2026-06-02fix(search_code): fuzzy mid-word matching + Luau/fuzzy live test coverageAdam Malczewski
2026-06-02Merge branch 'dev' into fix/wake-haiku-model-selectAdam Malczewski
2026-06-02fix(wake): resolve probe model dynamically from /v1/models by 'haiku' matchAdam Malczewski
2026-06-02feat(frontend): add perm_lsp toggle to the permissions panelAdam Malczewski
2026-06-02feat(api): fall back to next port (3000→3010) when the port is in useAdam Malczewski
2026-06-02harden(search_code): defensive arg coercion, per-line truncation, rerun-safe pkgAdam Malczewski
2026-06-02feat(lsp): add config-driven LSP support (Roblox Luau via luau-lsp)Adam Malczewski
2026-06-02fix(search_code): render prose snippets + make context work + path-is-file guardAdam Malczewski
2026-06-02fix(search_code): surface cs failures + harden query/path handlingAdam Malczewski
2026-06-02feat: add search_code tool wrapping the cs code-search engineAdam Malczewski
2026-06-02Merge branch 'dev' into feat/plus-button-stickyAdam Malczewski
2026-06-02Merge branch 'dev' into perm/fix-user-agent-summon-permissionAdam Malczewski
2026-06-02style(tabbar): theme sticky + button like a selected tab, no left borderAdam Malczewski
2026-06-02fix(tabs): say a reply will WAKE you with a new message (clearer than 'arrive...Adam Malczewski
2026-06-02fix(perm): decouple perm_user_agent from perm_summon for spawning user agentsAdam Malczewski
2026-06-02fix(tabbar): flatten top-left corner of sticky + buttonAdam Malczewski