Files
extension/pkg/jetbrains/CHANGELOG.md
T
Hanzo Dev a0e37986d0 feat: add swarm mode with multi-agent parallel file editing
- Add --swarm <count> capability to launch up to 100 agents in parallel
- Support multiple providers: --claude, --openai, --gemini, --grok, --local
- Implement lazy agent spawning for efficient resource usage
- Add automatic authentication for all providers
- Create parallel file processing with progress tracking
- Migrate all tests from Jest to Vitest
- Add comprehensive test coverage for swarm functionality
- Support idiomatic usage: dev --claude --swarm 5 -p 'edit files...'
- Version bump to 2.1.0
2025-07-16 01:44:17 -05:00

430 B

Hanzo AI JetBrains Plugin Changelog

[Unreleased]

[0.1.0] - 2024-01-05

Added

  • Initial release of Hanzo AI JetBrains Plugin
  • Basic authentication with Hanzo AI platform
  • Chat interface with access to 200+ LLM models
  • Symbol search functionality powered by AI
  • Model Context Protocol (MCP) server integration
  • Tool window UI for interactive chat
  • Settings configuration page
  • Support for multiple JetBrains IDEs