Major Features:
π€ Autonomous Agent System
- 10 specialized agents (code-reviewer, test-writer, documentation, etc.)
- GLM automatically spawns agents when needed
- Visual feedback with animated indicators (βοΈ β β
/β)
- Isolated context prevents conversation pollution
- Manual control via /agents, /task, /tasks commands
π― Enhanced UX Features
- Shell auto-completion (bash/zsh/fish)
- Token budget management (--token-budget, --token-warn-at)
- /undo command to restore file versions
- --no-color flag for CI/CD environments
- --debug flag for verbose logging
- Context-aware API error messages
- /clear command with confirmation
π¨ Visual Improvements
- Blinking agent indicators during execution
- Color-coded success (green) / failure (red) states
- Agent type displayed in tool calls: Agent(code-reviewer)
- Fixed React hooks warnings in ThinkingPanel
π Documentation
- Updated README with v0.3 features
- Added agent system documentation
- Enhanced command reference
- Added in-chat commands documentation
π Bug Fixes
- Fixed dimColor/bold/italic props in ThinkingPanel
- Improved agent activity display in UI
- Better error handling for agent failures
π§° Technical Improvements
- Added uuid dependency for task IDs
- New agent types and orchestration system
- Task tool for agent spawning
- Backup manager for /undo functionality
- Token budget manager for cost control
π€ Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>