Skip to content

1.1.4

Latest

Choose a tag to compare

@freddietang9876 freddietang9876 released this 18 Jul 00:48

Changelog

  • Added support for stacking multiple leading slash commands in a single prompt, so a chain like /plan /grill-me parses, activates, and renders every command in the order you typed them.
  • Improved scrolling in the /diff viewer so paging through a diff no longer jitters or pushes the status line off the screen when lines wrap or comments expand.
  • Fixed custom agents that declare subagent: false still appearing in the available-subagents list and being invocable as subagents.
  • Fixed headless (-p / --print) runs so they now honor persisted settings.json policies, including permissions, file access, sandbox mode, auto-execution, and artifact review.
  • Fixed /btw side-questions leaking into the conversation list as duplicate entries that carried the parent conversation's title.
  • Fixed the prompt to honor a custom Enter binding to prompt.insert_newline, so a remapped Enter inserts a newline instead of submitting.
  • Fixed eligibility error messages so the CLI shows the real reason again instead of defaulting to a generic "unknown reason".