v0.1.3-alpha
Pre-release
Pre-release
Alpha release. Packaged-app behavior may still change between releases.
Permission prompts across workspaces
The known issue carried in the 0.1.1 and 0.1.2 notes is fixed.
- A permission prompt raised while you are working in another workspace is now held and shown when you switch back, instead of being lost. Previously that turn stopped making progress with no way to recover it except stopping the session.
- Workspaces holding a prompt are flagged with a count in the workspace switcher, and the status bar shows how many are waiting, so a background workspace can no longer stall unnoticed.
- Answers are delivered to the workspace that actually asked. Prompts are only ever answered by you: switching away holds a prompt, it never cancels or approves it.
- A notification arriving while a permission dialog is open no longer covers it. Dismissing a notification in that state could previously deny the pending request.
Composer and commands
- Arguments can be typed after picking a skill or prompt from the command palette (#50). Selecting
/skill:planand continuing to type used to reopen the palette on the first keystroke and take focus, and pressing Enter there discarded the message. - Slash commands now complete inline in the composer, so suggestions never take focus while you type.
Ctrl/Cmd+Kstill opens the full palette, and choosing a command from it inserts at the cursor without overwriting a draft.
Fixes
- Windows: agent CLIs installed under a path containing spaces or characters such as
&,^or%now launch correctly. This affects the Pi agent itself, council consultants, and package operations. install.shdownloads again. It resolved a filename that has never existed, so every run failed with a 404. It now finds the correct asset for the current release, and says plainly when a platform has no published build rather than failing at the download step. Linux arm64 is not currently built and now reports that up front with build-from-source instructions.
Install
Download the installer for your platform below. Alpha builds are unsigned; see the README for the one-time macOS Gatekeeper and Windows SmartScreen steps.