v1.2.2-beta.1
Pre-release
Pre-release
v1.2.2-beta.1 (2026-03-12)
Beta release with major new features and security improvements.
New Features
- Feishu Interactive Cards: Beautiful card-based UI for slash commands (/help, /list, /status, etc.) with tabbed navigation and in-place updates
- Lark Platform Support: Added support for Lark (飞书国际版) with proper domain handling
- Codex Reasoning Effort: New
/reasoningcommand to switch reasoning effort levels (low/medium/high) - Codex Model Cache Fallback:
/modelcommand now falls back to local~/.codex/models_cache.jsonwhen API is unavailable - Gemini Timeout Config: New
timeout_minsoption to configure per-turn timeout for Gemini agent - Batch Session Deletion:
/deletenow supports comma lists, ranges, and mixed forms for batch deletion - TTS Support: Text-to-speech with Qwen and OpenAI providers
- Admin Privilege System: Admin-only commands for privileged operations
- iFlow Tool Timeout: Configurable tool timeout and reset timer on partial completion
- Card-based Permission Prompts: Permission requests now use interactive cards with callback support
- Shared Session Support: Share sessions across all platforms with
share_session_in_channeloption
Security
- Socket permissions tightened (0600)
- Token redaction in logs
- Warning for open
allow_from
Bug Fixes
- Slack @mention support for channels
- Self-update fallback to .tar.gz/.zip archive
- Skill directory symlink following
- QQBot error handling
- Claude Code path underscore handling