Uh oh!
There was an error while loading. Please reload this page.
fix(desktop): derive skill host from tool catalog - #1240
Conversation
Astro-Han
left a comment
There was a problem hiding this comment.
The catalog-derived capability approach is sound. This branch now conflicts with main, where session tool assembly moved to session-stream.ts. Please rebase, move the change to that seam, update the source contract, and rerun CI before merge.
537ba8c to
d6cb565CompareUh oh!
There was an error while loading. Please reload this page.
Nyvo-io
commented
Jul 20, 2026
Rebased onto the latest main and moved the catalog-derived session capability projection into Local verification: Desktop main build passed; skills and runtime catalog focused tests passed (43/43); Biome and |
Summary
buildHostCapabilitiesFromBinding(backendToolNames)Context
Non-blocking review follow-up from #1224. The shipped
officecapability remains unchanged; this prevents future drift as catalog capability tags evolve.Verification
npm --workspace @maka/runtime run typechecknpm --workspace @maka/desktop run build:maingit diff --checkFollow-up to #1224. Part of #1148.