chore: release v0.5.0#443
Merged
Merged
Conversation
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: review@https://litellm.jory.dev/v1 (openai) — primary route
Recommendation
Approve. This is a standard release PR bumping the package version to v0.5.0.
Change-by-change findings
package.json: Bumped version from0.4.5to0.5.0.package-lock.json: Bumped version from0.4.5to0.5.0.
Sources
package.jsonpackage-lock.json- CI Check Results
Standards Compliance
- The release process follows the steps outlined in
AGENTS.md(version bump, validation, and commit). - The
engines.noderequirement inpackage.json(>=24) is consistent with the Docker base image (node:24-bookworm-slim) specified inAGENTS.md.
Linked Issue Fit
- The PR body provides a comprehensive summary of the features and fixes included in this release, covering multiple epics and issues (e.g., configurable lanes, harness-agnostic control plane, route test coverage, etc.).
Must Checks
- Check for breaking API changes in updated dependencies: Not applicable. This PR only updates the package's own version; no external dependencies were upgraded.
- Run full test suite after upgrade: Verified. CI results show that the
Validatecheck (which includesnpm run testperAGENTS.md) andDocker Buildpassed successfully.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bump Dispatch package metadata to v0.5.0.
This release includes:
next-taskandtasks/reportendpoints, generic worker loop, no second runtime repoDISPATCH_AGENT_NAME(issue Add a startup-time warning in the MCP server entrypoint if DISPATCHAGENTNAME is unset (mirror the DISPATCHAUTHMODE=disab #421)npm audit(issue Update SECURITY-ACCEPTED-RISKS.md to reflect the current clean npm audit state, or document why the advisories remain on #418)#408child issues closed (Add authentication to POST /api/agents/[agentName]/tasks/report or remove the endpoint until it actually persists report #409-Add a smoke check to docs/smoke-checklist.md that exercises the next-task end-to-end happy path and an idle path (mirror #422)Validation: