Skip to content

Changelog

Release history and version milestones for Brainstorm CLI.

Changelog

Current version: v0.12.1

v0.12.1

  • Fixed routing fallback not respecting provider health status
  • Improved TUI rendering performance for long sessions
  • Updated model catalog with latest Opus 4.6 and GPT-5.4 pricing

v0.12.0

Sprint 5 of the v13 roadmap. Major features:

  • Orchestration engine: 9-phase pipeline with build wizard and cost estimation
  • Trajectory capture: Full recording of orchestration runs for BrainstormLLM training data
  • Recipe system: YAML-based custom workflows in .brainstorm/recipes/
  • Workflow artifacts: Persistent output storage with manifests

v0.11.0

Sprint 4:

  • Plugin SDK: @brainstorm/plugin-sdk package for custom tools, hooks, and skills
  • MCP OAuth: Client credentials flow for authenticated MCP servers
  • 10 built-in MCP servers: Playwright, GitHub, Filesystem, Slack, Linear, Jira, Notion, Datadog, AWS, Stripe
  • Tool normalization: MCP tools integrated into the permission and audit system

v0.10.0

Sprint 3:

  • Ingest pipeline: Three-phase codebase analysis with BRAINSTORM.md generation
  • Semantic code search: TF-IDF indexing with storm search command
  • Git history indexing: Search across commit messages and diffs
  • Style learning: Adapts to your code style and prose patterns

v0.9.0

Sprint 2:

  • Plan mode: /plan toggle for implementation planning before execution
  • Efficiency reports: /efficiency command showing cost-per-task breakdowns
  • Memory auto-extraction: Middleware captures important context automatically
  • 4 memory types: Core facts, working, archival, and episodic

v0.8.0

Sprint 1:

  • Storm loop: Autonomous multi-step task execution
  • Storm memory: Cross-session persistence with /dream consolidation
  • Sandbox default: Restricted sandbox mode enabled by default
  • API endpoint mapper: Automatic route discovery from codebase analysis
  • Built-in MCP servers: Initial Playwright and GitHub integrations

v0.7.0

Foundation release:

  • Codebase analysis: storm analyze and storm route commands
  • Routing transparency: storm route explain shows model selection rationale
  • 42+ tools: Full tool suite across 11 categories
  • Thompson sampling: Learned routing strategy with UCB1 cold-start
  • 4-mode TUI: Chat, Dashboard, Models, Config modes
  • 5 roles: Architect, Sr Developer, Jr Developer, Product Manager, QA
  • Encrypted vault: AES-256-GCM with Argon2id and 1Password bridge

v0.6.0 and Earlier

Initial development. Core agentic loop, provider integrations, basic routing, and CLI framework.

Roadmap

The v0.13.0 release is in active development with focus on:

  • VS Code extension integration
  • Multi-agent collaboration with shared context
  • BrainstormRouter cloud intelligence sync
  • Custom eval framework for measuring agent quality