Skip to content

Prepare OpenClaw 2026.7.1-2 compatibility release - #392

Open
goldmar wants to merge 3 commits into
mainfrom
agent/openclaw-release-v2026.7.1-2
Open

Prepare OpenClaw 2026.7.1-2 compatibility release#392
goldmar wants to merge 3 commits into
mainfrom
agent/openclaw-release-v2026.7.1-2

Conversation

@goldmar

@goldmar goldmar commented Aug 4, 2026

Copy link
Copy Markdown
Owner

Summary

  • prepare Code Agent 4.7.7 against the exact OpenClaw 2026.7.1-2 package and plugin SDK target
  • use 2026.7.1-2 as the install, plugin API, Gateway, and peer dependency floor so both the correction release and higher-precedence stable 2026.7.1 satisfy the published contract
  • keep exact build provenance separate from the compatibility floor in release metadata validation
  • document that the correction release requires no runtime, callback, wake, worktree, model restriction, or host-config migration
  • pin fast-uri 3.1.5 and Hono 4.12.34 to clear the production dependency advisories
  • admit only hono@4.12.34 through the 24-hour release-age quarantine with a documented, machine-checked exception that expires on 2026-08-05

Why

OpenClaw 2026.7.1-2 only normalizes singleton-array output from newer npm view --json clients while continuing to reject ambiguous multi-version metadata. The plugin's exact build metadata and development dependency previously identified 2026.7.1. Published compatibility metadata now uses the correction release itself as the floor because a standard SemVer >=2026.7.1 peer range excludes 2026.7.1-2; >=2026.7.1-2 accepts both that correction release and stable 2026.7.1.

The production graph also resolved vulnerable fast-uri and Hono versions through the MCP SDK. The patched fast-uri release had aged into policy; the patched Hono release was still inside the repository's release-age window. The exact Hono exception preserves the default quarantine for every other package and fails verification after its removal deadline.

Validation

  • pnpm install --frozen-lockfile
  • pnpm verify (98 test files)
  • focused model, plan/callback, Telegram/topic, wake, cron/system routing, worktree, and release-metadata suites
  • pnpm smoke:backend-parity
  • pnpm smoke:codex-worktrees
  • pnpm test:integ:crabbox
  • pnpm check-plugin-security
  • pnpm run validate:release-metadata -- 4.7.7
  • pnpm audit:prod (no known vulnerabilities)
  • npm pack --dry-run
  • isolated packed-artifact install, enable, and runtime inspection under OpenClaw 2026.7.1-2
  • git diff --check

This PR does not upgrade or reconfigure the host, restart Gateway, publish a release, deploy the plugin, or close the release-monitor event.

@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown

Bundle Size Report

Runtime file Size
dist/chunks/agent-pr.js 0.6 KB
dist/chunks/chunk.js 110.2 KB
dist/chunks/npm-release-client.js 0.2 KB
dist/index.js 422.2 KB
Total 533.2 KB
Limit Status
600.0 KB ✅ Within limit

Complete bundle is within the 600.0 KB limit.

@goldmar

goldmar commented Aug 4, 2026

Copy link
Copy Markdown
Owner Author

🔄 New commits pushed

1 new commits (+124 / -101)

Latest commits:

b0c6fbb Prepare OpenClaw 2026.7.1-2 compatibility release (Mark Goldenstein)


🤖 openclaw-code-agent

@goldmar

goldmar commented Aug 4, 2026

Copy link
Copy Markdown
Owner Author

🔄 New commits pushed

2 new commits (+251 / -118)

Latest commits:

48e24af Fix production dependency audit blockers (Mark Goldenstein)
b0c6fbb Prepare OpenClaw 2026.7.1-2 compatibility release (Mark Goldenstein)


🤖 openclaw-code-agent

@goldmar
goldmar marked this pull request as ready for review August 4, 2026 02:08
@goldmar

goldmar commented Aug 4, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 48e24af899

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/validate-release-metadata.mjs Outdated
@goldmar

goldmar commented Aug 4, 2026

Copy link
Copy Markdown
Owner Author

🔄 New commits pushed

3 new commits (+262 / -129)

Latest commits:

4391201 Fix correction release compatibility floor (Mark Goldenstein)
48e24af Fix production dependency audit blockers (Mark Goldenstein)
b0c6fbb Prepare OpenClaw 2026.7.1-2 compatibility release (Mark Goldenstein)


🤖 openclaw-code-agent

@goldmar

goldmar commented Aug 4, 2026

Copy link
Copy Markdown
Owner Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. Swish!

Reviewed commit: 4391201dfb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant