Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 00:38
· 30 commits to main since this release

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 NEEDED label kept flex-basis: 100% (intended for the wrapped row
    layout), which in the flex-direction: column variants behaves as a
    100%-height basis and pushed the question tabs/panel into a second wrapped
    column. The label now uses flex-basis: auto and 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