Skip to content

v0.3.5

@stebou stebou tagged this 28 Oct 18:06
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>
Assets 2
Loading