Feat:
- Rewind inside chats with
/rewindcommand to backtrack to earlier messages - Support for drafting long or complex instructions in default external
$EDITORwith/composecommand - Collapse multi-line pastes into inline placeholders to keep history viewable
Fix:
- Resolve MCP spec compliance issues: replace manual stdio transport, reuse client instances, support dynamic tool re-discovery, handle more content types, add SSE/streamable HTTP support, and fix race conditions by @giveen in #98
- Restrict up/down history navigation to when the input bar is empty to prevent losing drafted edits