Changelog

Track AgentOne's evolution with detailed release notes and upgrade information

🚀 Version 7.1.0

Latest Released: January 2025 Major Release

🌟 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

Released: December 2024 Major Release

🎯 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

Released: November 2024 Patch Release

🐛 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

Released: November 2024 Patch Release

🔧 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

Released: October 2024 Minor Release

✨ 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

Via VS Code Extensions

  1. Open VS Code Extensions panel (Ctrl+Shift+X)
  2. Find AgentOne in your installed extensions
  3. Click "Update" if available
  4. Restart VS Code when prompted

Manual Installation

  1. Download the latest VSIX file
  2. Run: code --install-extension AgentOne-7.1.0.vsix
  3. Restart VS Code

3. Verify Installation

Confirm the upgrade was successful:

  1. Open Command Palette (Ctrl+Shift+P)
  2. Type "AgentOne: About" to check version
  3. Verify all features are working correctly
  4. Test your API connection

⚠️ Breaking Changes

Important changes that may affect your existing workflow.

v7.0.0 → v7.1.0

Configuration Format Changes

Some advanced Maestro settings have new property names. Update your configuration:

Before (v7.0.0)
{
  "maestro": {
    "depth": "moderate"
  }
}
After (v7.1.0)
{
  "maestroMode": {
    "analysisDepth": "moderate"
  }
}

v6.x.x → v7.0.0

UI Component Changes

The interface has been completely redesigned. Custom themes or styles may need updating.

API Command Changes

Some command names have been updated for consistency:

  • AgentOne.newTaskAgentOne.plusButtonClicked
  • AgentOne.openSettingsAgentOne.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 Guide
🛠️

Automated Migration Tool

Run the built-in migration tool to automatically update your configuration.

Ctrl+Shift+P → "AgentOne: Migrate Configuration"
💬

Community Support

Get help from the AgentOne community and support team.

Get Support

Stay Updated

Keep your AgentOne installation current for the best experience and latest features.