Skip to content

Commit a0b1cab

Browse files
committed
update docs
1 parent 9fc3a91 commit a0b1cab

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed

ROADMAP.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ Want to contribute or collaborate on a specific track? Reach out to the track ow
4545
| **v0.1.62** | 03/11/26 | Improve Skill Use and Exploration | @ncrispino | Local skill execution, skill registry, and lifecycle management ([#873](https://github.com/massgen/MassGen/issues/873)) |
4646
| **v0.1.62** | 03/11/26 | Gemini CLI Backend | @ncrispino | Gemini CLI backend support ([#952](https://github.com/massgen/MassGen/issues/952)) |
4747
| **v0.1.63** | 03/13/26 | Image/Video Edit Capabilities | @ncrispino | Check and support img/video editing capabilities ([#959](https://github.com/massgen/MassGen/issues/959)) |
48-
| **v0.1.63** | 03/13/26 | Update Backend Docs for Codex | @ncrispino | Update backend documentation for Codex ([#981](https://github.com/massgen/MassGen/issues/981)) |
4948
| **v0.1.64** | 03/16/26 | OpenAI Audio API | @ncrispino | Support OpenAI audio API for audio understanding ([#960](https://github.com/massgen/MassGen/issues/960)) |
5049

5150
*All releases ship on MWF @ 9am PT when ready*
@@ -116,7 +115,7 @@ Want to contribute or collaborate on a specific track? Reach out to the track ow
116115

117116
---
118117

119-
## 📋 v0.1.63 - Image/Video Edit Capabilities + Backend Docs
118+
## 📋 v0.1.63 - Image/Video Edit Capabilities
120119

121120
### Features
122121

@@ -126,15 +125,9 @@ Want to contribute or collaborate on a specific track? Reach out to the track ow
126125
- Multi-turn editing workflows with continuation IDs
127126
- **Use Case**: Enable iterative media editing within multi-agent workflows
128127

129-
**2. Update Backend Docs for Codex** (@ncrispino)
130-
- Issue: [#981](https://github.com/massgen/MassGen/issues/981)
131-
- Update backend documentation for Codex backend
132-
- **Use Case**: Ensure Codex backend documentation is accurate and up-to-date
133-
134128
### Success Criteria
135129
- ✅ Image editing capabilities documented and tested
136130
- ✅ Video editing capabilities documented and tested
137-
- ✅ Codex backend documentation updated
138131

139132
---
140133

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.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that delegates evaluation to dedicated evaluator subagents for more thorough quality assessment. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
10+
We're excited to release MassGen v0.1.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
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.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that delegates evaluation to dedicated evaluator subagents for more thorough quality assessment. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
32+
We're excited to release MassGen v0.1.61 — Round Evaluator Paradigm! 🚀 New specialized subagent type that automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
3333

3434
**Key Improvements:**
3535

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# MassGen v0.1.61 — Round Evaluator Paradigm
2+
3+
New specialized subagent type that automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round. Major orchestrator refactoring with improved evaluation prompts, task plan injection, and subagent fixes.
4+
5+
## 🔄 Round Evaluator
6+
7+
- New `round_evaluator` subagent type — automatically spawns evaluator subagents after each new answer to provide detailed feedback as input to the next round
8+
- Major orchestrator refactoring (+1,189 lines) to support the round evaluation workflow
9+
- New `round_evaluator_example.yaml` config for easy adoption
10+
11+
## 📝 Evaluation & Prompts
12+
13+
- Improved evaluation prompts for clearer, more actionable feedback
14+
- Task plan injection into evaluation workflow for context-aware assessment
15+
- Simplified config handling for evaluation parameters
16+
- SUBAGENT.md generality improvements for broader subagent compatibility
17+
18+
## 🔧 Fixes
19+
20+
- Session resumption fix for already-resumed logs
21+
- Round evaluation prompt clarity enhancements
22+
23+
## 🚀 Try It
24+
25+
```bash
26+
pip install massgen==0.1.61
27+
uv run massgen --config @examples/features/round_evaluator_example.yaml "Create a website for an AI startup with polished visuals and interactive elements"
28+
```
29+
30+
**Full Changelog:** https://github.com/massgen/MassGen/blob/main/CHANGELOG.md
31+
32+
📖 [Documentation](https://docs.massgen.ai) · 💬 [Discord](https://discord.massgen.ai) · 🐦 [X/Twitter](https://x.massgen.ai)

0 commit comments

Comments
 (0)