Changelog
Track AgentOne's evolution with detailed release notes and upgrade information
🚀 Version 7.1.0
🌟 Major Features
Enhanced Best Practices Panel
Streamlined interface with 6 essential code quality practices for professional development workflows.
Maestro Architecture
Multi-stage reasoning framework that plans, analyzes, codes, and validates in a single intelligent cycle.
Deep Contextual Awareness
Learn project patterns and conventions for style-conformant code generation.
Adaptive Execution Planning
Intelligent task breakdown with error recovery and graceful adaptation.
✨ New Features
- Comprehensive task completion with best practices integration
- Predictive error handling with proactive bug detection
- High-precision code generation with context awareness
- Enhanced multilingual support (18 languages)
- Improved MCP marketplace integration
- Advanced model-specific settings (o3-mini reasoning effort)
🔧 Improvements
- Faster response times with optimized processing
- Better memory management for large projects
- Enhanced checkpoint system with Git integration
- Improved browser automation stability
- Streamlined UI with better visual hierarchy
🐛 Bug Fixes
- Fixed completion freeze issues in large codebases
- Resolved width property display errors
- Corrected blank screen issues during initialization
- Fixed token handling in certain edge cases
- Improved error recovery in browser automation
Version 7.0.0
🎯 Major Updates
- Complete UI overhaul with modern design system
- Introduction of Maestro Mode architecture
- Enhanced stability and performance optimizations
- Improved error handling and recovery mechanisms
🔧 Technical Improvements
- Rebuilt core engine for better reliability
- Enhanced memory management
- Improved build system with stability fixes
- Better integration with VS Code APIs
Version 6.7.3
🐛 Critical Fixes
- Clean completion handling for better user experience
- Resolved display error recovery issues
- Fixed final completion workflow problems
- Improved stability in edge cases
Version 6.7.2
🔧 Fixes & Updates
- Final width property fixes for UI elements
- Agent request handling improvements
- Enhanced completion system reliability
- Better error messaging and user feedback
Version 6.3.0
✨ New Features
- Enhanced task management capabilities
- Improved code analysis and generation
- Better integration with development workflows
- Expanded AI model support
🎨 UI/UX Improvements
- Refreshed interface design
- Better visual feedback for user actions
- Improved accessibility features
- Enhanced dark mode support
📈 Upgrade Guide
Step-by-step instructions for upgrading AgentOne to the latest version.
1. Backup Your Configuration
Before upgrading, save your current AgentOne configuration:
# Export your settings
cp ~/.vscode/settings.json ~/.vscode/settings-backup.json
# Save your agentone.config.json if you have one
cp agentone.config.json agentone.config.backup.json
2. Update the Extension
3. Verify Installation
Confirm the upgrade was successful:
- Open Command Palette (Ctrl+Shift+P)
- Type "AgentOne: About" to check version
- Verify all features are working correctly
- Test your API connection
⚠️ Breaking Changes
Important changes that may affect your existing workflow.
v7.0.0 → v7.1.0
Some advanced Maestro settings have new property names. Update your configuration:
{
"maestro": {
"depth": "moderate"
}
}
{
"maestroMode": {
"analysisDepth": "moderate"
}
}
v6.x.x → v7.0.0
The interface has been completely redesigned. Custom themes or styles may need updating.
Some command names have been updated for consistency:
AgentOne.newTask
→AgentOne.plusButtonClicked
AgentOne.openSettings
→AgentOne.settingsButtonClicked
🔄 Migration Help
Get help migrating from older versions of AgentOne.
Migration Documentation
Detailed guides for migrating configurations and workflows from previous versions.
View Configuration GuideAutomated Migration Tool
Run the built-in migration tool to automatically update your configuration.
Ctrl+Shift+P → "AgentOne: Migrate Configuration"
Stay Updated
Keep your AgentOne installation current for the best experience and latest features.