Skip to content

Boite v1.3.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:43
518d695

mcp servers scope to a project. its overview page picks which ones the project's agents get (#168)

thread_spawn names the harness a fastpick agent runs on. fastpick:<harness>:<provider>:<model> picks one of claude-code, opencode, codex or pi, and a three-part name still means claude-code, so every spawn written before this launches what it used to (#202)

the desktop app reaches a remote boite it is told about. the webview csp listed ws: and wss: but no http:, so the ticket fetch never left the app and every remote connection failed before the socket was opened. the browser pwa was unaffected (#208)

switching to an existing opencode conversation updates the thread's session again. opencode dropped the session_entry table the query named, the statement failed, and only the creation time still ran (#210)

projects with no active threads sink under the ones that still have live threads, right above the scratch folder (#205)

tooltips sit above the panels they explain. the tip node and a portaled picker shared the popover layer, so hovering a button inside the boite picker showed its tooltip behind the picker (#207)

the toast stack stays glued to the standing info box instead of stretching across the pane for a frame when the dock changes. with no box up it falls back to the work-area corner (#209)

a failed provider and a missing key in fastpick rendered with no colour signal, and a waiting status dot announced the raw english enum to a screen reader whatever the app's language. hardcoded text sizes and alpha values come back under the tokens the zoom slider drives (#206)