-
Notifications
You must be signed in to change notification settings - Fork 0
docs: changelog + M27 scoring & replay updates #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
f3c49ca
docs: add changelog, update scorecard and replay for M27 release
indykish f43ec47
docs: remove stale planned-future-release notes for --watch and runs …
indykish 8c82b1f
Revert "docs: remove stale planned-future-release notes for --watch a…
indykish cfb757c
docs: clarify March 30 changelog — streaming/replay are API-only, CLI…
indykish 480ad65
docs: mark zombiectl runs replay as planned in troubleshooting — CLI …
indykish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| --- | ||
| title: "Changelog" | ||
| description: "Stay up to date with UseZombie product updates, new features, and improvements." | ||
| --- | ||
|
|
||
| <Tip> | ||
| UseZombie is in **Early Access Preview**. Features below are live in the current release. APIs and agent behavior may evolve before GA. | ||
| </Tip> | ||
|
|
||
| <Update label="April 5, 2026" tags={["New releases", "Improvements"]}> | ||
| ## Resource efficiency scoring | ||
|
|
||
| Agent runs are now scored on actual memory and CPU usage. Agents that stay within their resource limits score higher. Agents that max out memory or hit CPU caps score lower — giving you visibility into wasteful runs. | ||
|
|
||
| ## Score formula v2 | ||
|
|
||
| The scoring formula has been updated to v2. The resource axis now uses real data instead of a fixed value. All other axes are unchanged and existing scores are preserved. | ||
| </Update> | ||
|
|
||
| <Update label="March 30, 2026" tags={["New releases"]}> | ||
| ## Live run streaming (API) | ||
|
|
||
| The SSE stream endpoint is live: `GET /v1/runs/{id}:stream` emits gate results in real time as the agent works. CLI support (`--watch`) is coming in a future release. | ||
|
|
||
| ## Run replay (API) | ||
|
|
||
| Replay any finished run step by step via the API: `GET /v1/runs/{id}:replay` returns a structured gate narrative with exit codes, stdout/stderr, and wall time. CLI support (`zombiectl runs replay`) is coming in a future release. | ||
| </Update> | ||
|
|
||
| <Update label="March 28, 2026" tags={["New releases"]}> | ||
| ## Per-run cost control | ||
|
|
||
| Set token budgets, wall-time limits, and repair loop caps on each run. Runs that exceed limits are cancelled automatically. | ||
| </Update> | ||
|
|
||
| <Update label="March 25, 2026" tags={["New releases"]}> | ||
| ## OpenAPI spec | ||
|
|
||
| A complete OpenAPI 3.1 specification covering all 43 API endpoints is now published. | ||
|
|
||
| ## `@usezombie/zombiectl` on npm | ||
|
|
||
| The CLI is now available as a scoped npm package. | ||
| </Update> | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.