v0.3.1
Fixed
- The approval action bar no longer renders a tall empty column to the left of
the question panel. In the batch / single-question / multi-select layouts the
APPROVAL NEEDEDlabel keptflex-basis: 100%(intended for the wrapped row
layout), which in theflex-direction: columnvariants behaves as a
100%-height basis and pushed the question tabs/panel into a second wrapped
column. The label now usesflex-basis: autoand the column layouts set
flex-wrap: nowrap.
Changed
- The Cursor Agent slash-command resource
(resources/slash-commands/cursor-agent.md) is now populated from the
official Cursor CLI documentation (about 22 commands such as/plan,/ask,
/model,/auto-run,/sandbox,/compress) instead of the previous
4-command placeholder.
Full Changelog: v0.3.0...v0.3.1