Skip to content

v0.1.35

Choose a tag to compare

@Henry-811 Henry-811 released this 07 Jan 17:59
· 710 commits to main since this release
651bbbd

πŸš€ Release Highlights β€” v0.1.35 (2026-01-07)

πŸ“Š Log Analysis CLI

  • Prompt Mode: Generate analysis prompts for Claude Code or other AI assistants
  • Self-Analysis Mode: Launch multi-agent self-analysis using MassGen with --mode self
  • Per-Turn Reports: Analysis reports placed at turn_N/ANALYSIS_REPORT.md

πŸ” Logfire Workflow Attributes

  • Round Context: See what each agent intended to do and which answers were available
  • Vote Reasoning: Understand why agents voted for specific answers with extended explanations
  • Work Product Tracking: Detect repeated work by tracking files created per agent
  • Local File References: Link Logfire traces to local log files for hybrid debugging

πŸ”§ direct_mcp_servers Config

  • Code-Based Tools Mode: Keep specific MCP servers as direct protocol tools when using enable_code_based_tools: true
  • Debugging Tools: Useful for Logfire and other monitoring tools that need immediate access
  • Subagent Inheritance: Subagents automatically inherit direct_mcp_servers from parent

πŸ› Bug Fixes

  • Unknown Tools: Graceful handling when agents request unavailable tools
  • Vote-Only Mode: Fixed parameter handling in voting coordination
  • Grok Backend: Tool visibility and MCP integration fixes
  • Gemini Backend: Vote-only mode streaming improvements

πŸ“– Getting Started

# List your runs and see which have been analyzed
uv run massgen logs list

# Generate an analysis prompt (defaults to most recent log)
uv run massgen logs analyze

# Run multi-agent self-analysis on your logs
uv run massgen logs analyze --mode self

What's Changed

Full Changelog: v0.1.34...v0.1.35