Skip to content

Commit 79da929

Browse files
committed
update docs
1 parent aba0805 commit 79da929

File tree

2 files changed

+38
-49
lines changed

2 files changed

+38
-49
lines changed

docs/announcements/current-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ After posting, update the social links below.
77

88
## Release Summary
99

10-
We're excited to release MassGen v0.1.62 — MassGen Skill & Viewer! 🚀 New general-purpose MassGen Skill with 4 modes (general, evaluate, plan, spec) for use from Claude Code and other AI agents. Session viewer for real-time observation of automation runs. Backend improvements and quickstart enhancements.
10+
We're excited to release MassGen v0.1.62 — MassGen Skill & Viewer! 🚀 New general-purpose MassGen Skill (https://github.com/massgen/skills) with 4 modes (general, evaluate, plan, spec) for use from Claude Code and other AI agents. Session viewer for real-time observation of automation runs. Backend improvements and quickstart enhancements.
1111

1212
## Install
1313

@@ -29,7 +29,7 @@ Copy everything below this line, then append content from `feature-highlights.md
2929

3030
---
3131

32-
We're excited to release MassGen v0.1.62 — MassGen Skill & Viewer! 🚀 New general-purpose MassGen Skill with 4 modes (general, evaluate, plan, spec) for use from Claude Code and other AI agents. Session viewer for real-time observation of automation runs. Backend improvements and quickstart enhancements.
32+
We're excited to release MassGen v0.1.62 — MassGen Skill & Viewer! 🚀 New general-purpose MassGen Skill (https://github.com/massgen/skills) with 4 modes (general, evaluate, plan, spec) for use from Claude Code and other AI agents. Session viewer for real-time observation of automation runs. Backend improvements and quickstart enhancements.
3333

3434
**Key Improvements:**
3535

Lines changed: 36 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,36 @@
1-
# MassGen v0.1.62 — MassGen Skill & Viewer
2-
3-
New general-purpose MassGen Skill with 4 modes (general, evaluate, plan, spec) for use from Claude Code and other AI agents. Session viewer for real-time observation of automation runs. Backend improvements and quickstart enhancements.
4-
5-
## 🧩 MassGen Skill
6-
7-
- New general-purpose multi-agent skill with 4 modes: general, evaluate, plan, and spec
8-
- Usable from Claude Code, Codex, and other AI coding agents via `/massgen`
9-
- Auto-installation and auto-sync to a separate skills repository for easy distribution
10-
- Comprehensive reference documentation and workflow guides for each mode
11-
12-
## 👁️ Session Viewer
13-
14-
- New `massgen viewer` command for real-time observation of automation sessions in the TUI
15-
- Interactive session picker (`--pick`) and web viewing mode (`--web`)
16-
17-
## ⚡ Backend & Quickstart
18-
19-
- Claude Code backend with background task execution and SDK MCP support
20-
- Codex backend with native filesystem access, JSONL streaming, and MCP tool integration
21-
- Copilot runtime model discovery with metadata caching
22-
- Headless quickstart (`--quickstart --headless`) for automated CI/CD setup
23-
- Web quickstart (`--web-quickstart`) for browser-based configuration
24-
- `--print-backends` table showing all supported backends with capabilities
25-
26-
## 📝 Evaluation & Planning
27-
28-
- Better planning prompts with thoroughness support (standard vs thorough)
29-
- Removed should/could evaluation criteria to reduce output similarity
30-
31-
## 🚀 Try It
32-
33-
```bash
34-
# Install the MassGen Skill for your AI agent
35-
npx skills add massgen/skills --all
36-
# Then in Claude Code, Cursor, Copilot, etc.:
37-
# /massgen "Your complex task"
38-
39-
# Or install MassGen directly
40-
pip install massgen==0.1.62
41-
# Try the Session Viewer
42-
uv run massgen viewer --pick
43-
```
44-
45-
**Full Changelog:** https://github.com/massgen/MassGen/blob/main/CHANGELOG.md
46-
47-
📖 [Documentation](https://docs.massgen.ai) · 💬 [Discord](https://discord.massgen.ai) · 🐦 [X/Twitter](https://x.massgen.ai)
1+
# 🚀 Release Highlights — v0.1.62 (2026-03-11)
2+
3+
### 🧩 [MassGen Skill](https://github.com/massgen/skills)
4+
- **Multi-agent collaboration as a skill**: Install with `npx skills add massgen/skills --all` and use MassGen directly from Claude Code, Cursor, Copilot, and 40+ other AI agents
5+
- **Four modes**: General (any task), Evaluate (critique existing work), Plan (structured project plans), Spec (requirements specifications)
6+
- **Auto-distributed**: Skill automatically syncs to a [dedicated repository](https://github.com/massgen/skills) for easy installation
7+
8+
### 👁️ [Session Viewer](https://docs.massgen.ai/en/latest/reference/cli.html)
9+
- **Watch automation runs in real-time**: New `massgen viewer` command opens a TUI to observe running or completed sessions
10+
- **Session picker**: `--pick` flag for browsing and selecting specific sessions, `--web` for browser-based viewing
11+
12+
### [Backend & Quickstart Improvements](https://docs.massgen.ai/en/latest/user_guide/backends.html)
13+
- **Claude Code backend**: Background task execution and native MCP support via the SDK
14+
- **Codex backend**: Native filesystem access and MCP tool integration
15+
- **Copilot backend**: Runtime model discovery with automatic capability detection
16+
- **Headless quickstart**: Non-interactive setup via `--quickstart --headless` for CI/CD pipelines
17+
- **Web quickstart**: Browser-based setup via `--web-quickstart`
18+
19+
### ✅ Fixes
20+
- **Evaluation criteria**: Removed should/could criteria that caused agents to produce overly similar outputs
21+
- **Planning prompts**: Improved planning prompts with configurable thoroughness levels
22+
23+
---
24+
25+
### 📖 Getting Started
26+
- [**Quick Start Guide**](https://github.com/massgen/MassGen?tab=readme-ov-file#1--installation)
27+
- **Try It**:
28+
```bash
29+
# Install the MassGen Skill for your AI agent
30+
npx skills add massgen/skills --all
31+
# Then use MassGen from Claude Code, Cursor, Copilot, etc.
32+
33+
# Or install MassGen directly and try the Session Viewer
34+
pip install massgen==0.1.62
35+
uv run massgen viewer --pick
36+
```

0 commit comments

Comments
 (0)