v0.1.35
π 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_serversfrom 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
- Quick Start Guide: Try the new features today
- Try These Examples:
# 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 selflog_analysis.yaml- Multi-agent log analysis configurationlog_analysis_cli.yaml- CLI-based log analysis with direct MCP servers
What's Changed
- docs: update slide after v0.1.33 by @sonichi in #734
- fix: Add missing context files by @ncrispino in #753
- docs: update slides after v0.1.34 by @sonichi in #752
- feat: Comprehensive logfire and analysis command by @ncrispino in #761
- docs: docs for v0.1.35 by @Henry-811 in #765
- feat: v0.1.35 by @Henry-811 in #764
Full Changelog: v0.1.34...v0.1.35