v2.1.1
Bug Fixes and Improvements
This patch release includes several platform compatibility fixes and stability improvements:
- Windows Compatibility: Improved path handling and shell configuration for better Windows support.
- MCP Tools: Fixed agent configuration to correctly enable MCP tools using exclude patterns.
- Background Agent: Prevented recursive tool calls and added logic to wait for session todos completion.
- Documentation: Added Japanese README translation and updated language selector links.
- Session Recovery: Improved logic to detect empty content messages in error patterns.
- Terminal Security: Blocked
tmuxoutput capture commands to enhance security. - Token Management: Implemented fallback mechanism for auto-compact token limit recovery.
- WSL Support: Suppressed stderr output from Linux notification commands to fix WSL errors.
- be90045 fix: Improve Windows compatibility for paths and shell config
- a10ee64 fix(agents): Use exclude pattern for tools config to enable MCP tools
- 116a90d enhance(background-agent): Prevent recursive tool calls and wait for session todos before completion
- 060e58e Update AGENTS.md
- 780bb37 docs: Add Japanese README translation and update language selector links
- bf39c83 Fix: detect empty content messages in session-recovery error patterns
- 9b2048b feat(interactive-bash): block tmux output capture commands
- cea64e4 feat(#61): Implement fallback mechanism for auto-compact token limit recovery
- 151ebbf Suppress stderr output from Linux notification commands to fix WSL errors