Back
AI summary
Written by AI from the official notes. Check them for exact details.The agent execution harness has been improved for consistency, and several command and attachment issues have been fixed.
- Consolidated agent execution harness for consistent behavior.
- Fixed disappearing slash commands like
/teamwork-preview. - Resolved
Enterkey issue in Vim insert mode. - Corrected Ogg audio/video attachment MIME type handling.
Why it matters: Users relying on slash commands and media attachments should pay attention to these improvements for better functionality.
Full release notes4 changes
Consolidated agent execution harness for consistent tool, hook, and prompt behavior, alongside fixes for slash command visibility, Vim insert mode task navigation, and Ogg audio/video attachment MIME types.
- Improved the agent execution harness by consolidating onto a single execution path, giving more consistent tool, hook, and prompt behavior.
- Fixed
/teamwork-previewand some other slash commands disappearing for some users. - Fixed
Enternot opening an active background task or subagent while the prompt was in Vim insert mode. - Fixed attaching Ogg audio and video files such as
.ogg,.opusand.ogv, which the model rejected because they were sent as the genericapplication/ogg.