Skip to content

v0.1.29

Choose a tag to compare

@Henry-811 Henry-811 released this 24 Dec 21:15
· 937 commits to main since this release
06c36ff

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

πŸ”€ Subagent System

  • Parallel Execution: Spawn child MassGen processes via spawn_subagents tool for independent task execution
  • Process Isolation: Each subagent runs in its own workspace with automatic result aggregation and token usage tracking
  • Backend Inheritance: Subagents automatically inherit parent agent's backend configuration

πŸ“Š Tool Metrics Distribution

  • Per-Call Averages: Enhanced get_tool_metrics_summary() with average input/output chars per call
  • Distribution Statistics: Min/max/median stats for output size and execution time

βš™οΈ Per-Agent System Messages

  • New Mode: massgen --quickstart now offers "Different message per agent" option
  • Flexible Configuration: Choose between "Skip", "Same for all", or "Different per agent"

πŸ› Bug Fixes

  • OpenAI Responses API: Fixed duplicate item errors when using previous_response_id
  • Function Call ID: Preserved 'id' field for proper reasoning item pairing

πŸ“– Getting Started

What's Changed

Full Changelog: v0.1.28...v0.1.29