Skip to content

6.1.0

Latest

Choose a tag to compare

@yaroslavyaroslav yaroslavyaroslav released this 02 Aug 11:15
· 6 commits to develop since this release

6.1.0

Multiline prompt panel

Prompts now use a dedicated multiline Markdown panel instead of Sublime Text's single-line input field.

  • Submit with Cmd+Enter on macOS or Ctrl+Enter on Windows/Linux.
  • Press Esc to close the panel and restore the unfinished draft next time.
  • From the first row and first column, use Up to browse older submitted prompts. While browsing, use Down to move forward and return to the original draft.
  • Paste text as a fenced Markdown code block with Cmd+V or Ctrl+V.
  • All submitted prompts are kept as per-workspace input history.

The panel also cleans up abandoned pending requests when it is cancelled or its Sublime window closes.