v0.0.17Latest
Added
- Workflow modes — plan, build, or answer instead of one undifferentiated chat. A session is scoped Plan, Build, or Ask from the New Task page or the composer chip, per session. Plan and Ask are read-only: the bundled
orbit-workflow-extensiondisables the write tools, gatesbashto a read-only allowlist, and injects mode guidance, re-arming live sessions from~/.orbit-pi/workflow.jsonwith no restart. - AI review agent — a read-only reviewer over the current change set or the whole project, from the Review pane's sparkles menu or the command palette. It runs on its own pi process scoped to Ask mode (so the chat session and transcript are untouched), launched with
ORBIT_REVIEW=1so the access guard never blocks its read-onlygit diff. Findings parse from a fenced JSON block into severity-chipped rows that scroll the diff to the offending file; the answer's prose is kept when no findings parse.