This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryRemoved false "artifact must exist" prerequisite for wopee_update_artifact, fixing wasteful generateArtifact calls.
Full changelog
1.26.1 (2026-05-06)
Bug Fixes
**wopee_update_artifact:**drop false "artifact must exist" prerequisite(a47f4e9), closesautonomous-testing/backlog#3986
The tool description claimed the target artifact had to be pre-generated via
wopee_generate_artifact, which forced callers to insert a wasteful
generateArtifact call before any "bring-your-own-content" upload.
The server-side updateArtifact resolver in wopee-repos/api has no existence
check — it routes by ArtifactType to S3 or GitHub storage and writes content
directly. Artifacts are blob storage, not Neo4j nodes, so there is no
existence relationship to enforce. The resolver is already a
create-or-overwrite. The MCP description was simply wrong.
Reword the description to:
- frame the tool as create-or-overwrite for caller-supplied content;
- explicitly state it works on freshly-created blank suites;
- clarify the split with wopee_generate_artifact (AI-authored vs caller-supplied);
- replace "missing artifact" failure mode with "storage misconfiguration".
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Wopee-io/wopee-mcp
Autonomous testing for web apps — dispatch AI agents that open real browsers, execute test cases, and report pass/fail with screenshots. Generate user stories, test cases, and Playwright code from your app context. 8 tools for end-to-end test automation.
Related context
Beta — feedback welcome: [email protected]