summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-04docs: add MVP tasks trackerAdam Malczewski
2026-06-04feat(kernel): event/hook bus (events, filters, services) — pure dispatch + ...Adam Malczewski
2026-06-04chore: track agent-CLI note + ignore prompts/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-03chore(bin/up): DEBUG=1 writes LLM debug logs to /app/logging (host: logging/)Adam 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-02build(dev): install luau-lsp + rojo in the dev containerAdam 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-02docs: document required sync-dispatch.sh edit for cs on the Artix boxAdam Malczewski
2026-06-02build(pkg): provision cs for native installs via a 'code-search' split packageAdam 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-02docs: handoff for perm/fix-user-agent-summon-permissionAdam Malczewski
2026-06-02Merge branch 'dev' into perm/fix-user-agent-summon-permissionAdam Malczewski
2026-06-02docs: handoff for tab/fix-tab-messaging-tool (cross-tab messaging tools usabl...Adam 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
2026-06-02fix(tabs): only mention read_tab when the sender actually has it; CAPS on ONLYAdam Malczewski
2026-06-02feat(tabbar): sticky + button & double-clickable trailing padAdam Malczewski
2026-06-02fix(tabs): clearer send_to_tab context to stop busy-wait + wrong-recipient re...Adam Malczewski
2026-06-02fix(tabs): advertise send_to_tab/read_tab in the agent system promptAdam Malczewski