Skip to content

v0.1.24

Choose a tag to compare

@Henry-811 Henry-811 released this 12 Dec 18:39
· 1070 commits to main since this release
9e9a5b2

πŸš€ Release Highlights β€” v0.1.24 (2025-12-12)

πŸ’° Multi-Backend Cost Tracking

  • Expanded Provider Support: Real-time token counting and cost calculation for OpenRouter, xAI/Grok, Gemini, and Claude Code backends
  • Cost Inspection Command: New /inspect c option displays detailed per-agent breakdown (input, output, reasoning, cached tokens) plus overall current session cost
  • Per-Round Tracking: get_round_token_history() method tracks token usage for each coordination round

πŸ“– Getting Started

  • Quick Start Guide: Try the new features today
  • Try These Examples:
    • Cost Tracking: massgen --config @examples/basic/multi/three_agents_default "Compare AI approaches"
    • View Costs: Use /inspect c during or after coordination to see detailed breakdown

What's Changed

Full Changelog: v0.1.23...v0.1.24