Skip to content

v0.1.58

Choose a tag to compare

@Henry-811 Henry-811 released this 02 Mar 19:26
· 135 commits to main since this release
93a79ff

πŸš€ Release Highlights β€” v0.1.58 (2026-03-02)

πŸ–ΌοΈ Comprehensive Multimodal Revamp

  • New Media Providers: ElevenLabs (TTS/STT), Nano Banana 2 (default image gen), and Grok Imagine (image/video) join existing providers
  • Media Generation Skills: Reusable skills for image, video, and audio generation workflows
  • Multi-Turn Image Editing: Iterative image editing for supported providers β€” agents can refine images across rounds

🟒 Nvidia NIM Backend

  • NVIDIA Inference Microservices: First-class provider for NVIDIA-hosted models via NIM API

πŸ” Quality Rethinking Subagent

  • Per-Element Craft Improvements: New quality_rethinking subagent type that targets specific elements for refinement
  • Improve/Preserve Checklists: Checklists now explicitly separate what to improve vs. what to preserve

πŸ–₯️ CLI Mode Flags

  • New Flags: --quick, --single-agent, --coordination-mode, --personas flags mirror TUI toggles
  • Plan Mode from CLI: Start plan mode directly from the command line

πŸ”§ Infrastructure

  • Logging Refactor: Fixed concurrent logging for parallel multi-agent execution β€” each agent gets isolated log context
  • Subagent Hardening: Better error handling for malformed inputs and repeated tool calls
  • Evaluation Criteria Defaults: Sensible defaults when criteria are not explicitly specified

πŸ“– Getting Started

  • Quick Start Guide
  • Try It:
    # Install or upgrade to v0.1.58
    pip install --upgrade massgen
    
    # Try checklist-driven refinement with quality rethinking
    uv run massgen --config @examples/features/subagent_checklist.yaml \
      "Create a website for an AI company selling a creative sci-fi style product. Ensure polished visuals and cool interactive elements"

What's Changed

Full Changelog: v0.1.57...v0.1.58