Back
AI summary
Written by AI from the official notes. Check them for exact details.New features include indefinite goals and auto-approval for subagents, along with several plugin fixes.
- Removed max limit for
/goalcommand, allowing indefinite goals. - Enabled auto-approval mode for subagents to prevent blocking.
- Fixed plugin import to preserve entire directory structure.
- Allowed image pasting from clipboard in local tmux sessions.
- Fixed MCP configuration path mismatch for reliable server loading.
Why it matters: Users managing goals and plugins should care for improved functionality and reliability.
Full release notes7 changes
Indefinite goals support, subagent auto-approval mode for artifacts, and directory preservation during plugin imports.
- Allowed image pasting from the clipboard in local tmux sessions.
- Removed the max limit for the
/goalcommand, allowing goals to run indefinitely until completed or cancelled. - Enabled "always proceeds" mode for subagents to auto approve artifacts, preventing them from hanging when the parent is blocked.
- Fixed plugin import logic to copy the entire plugin directory, preventing it from stripping non-skill directories (like
shared/). - Fixed an MCP configuration path mismatch in the CLI and permission manager to ensure reliable custom MCP server loading.
- Fixed a TUI layout race condition caused by stale input state in the conversation model.
- Fixed a bug where the inline viewport was not properly reset after a conversation rewind.