← All Changelogs
2.2.0minorEngineering TeamFebruary 15, 2024

Version 2.2.0 - AI Agent Framework

New AI agent framework, improved editor performance, and expanded API coverage.

This release introduces our new AI agent framework, making it easier to build autonomous development workflows.

New Features

AI Agent Framework

  • Declarative agent definition with YAML or TypeScript
  • Built-in tool library for file operations, git, and API calls
  • Agent observability dashboard with step-by-step trace viewer
  • Support for multi-agent orchestration

Editor Improvements

  • 40% faster syntax highlighting for large files
  • New minimap rendering engine
  • Improved multi-cursor editing with AI suggestions
  • Split editor now supports up to 4 panes

API Enhancements

  • New /agents endpoint for managing agent configurations
  • Webhook support for agent lifecycle events
  • Rate limiting now supports per-agent quotas

Bug Fixes

  • Fixed memory leak in long-running editor sessions
  • Resolved race condition in collaborative editing sync
  • Fixed incorrect token counting for streaming responses

Breaking Changes

  • AgentConfig.tools now requires explicit permission declarations
  • Deprecated v1/inference endpoint removed (use v2/completions instead)