fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 in marketplace.json - #28
Open
erudenko wants to merge 1 commit into
Open
Conversation
marketplace-sync integration test (test-plugins.yml CI run 24276607217) fails because plugins/browser-use/plugin.json reports version 1.1.2 while .claude-plugin/marketplace.json still had 1.1.1. Also update description to match plugin.json (v1.1.2 changelog: re-fix oneOf schema rejection via upstream tool schema sanitization). Fixes: src/__tests__/integration/marketplace-sync.test.ts "should have version sync between plugin.json and marketplace.json" https://claude.ai/code/session_013HXzUfAgz27nNfj3RsGNGf
Member
Author
|
Superseded by the latest commit on PR #24 ( Generated by Claude Code |
erudenko
added a commit
that referenced
this pull request
Apr 12, 2026
The push and pull_request triggers were locked to `main` and `fix/ci-type-errors-and-stale-test-date`. Any new fix branch was invisible to CI — exactly the pattern seen in PRs #22, #23, #28, #31 where only GitGuardian ran, not the actual test suite. Remove the `branches` list entirely so CI fires on any branch/PR that touches the relevant paths. Path filters still limit noise to changes that actually affect plugins, claudeup-core, or the marketplace config.
This was referenced Apr 12, 2026
Open
Open
Open
CI maintenance: 3 active failures on PR #32, 8 open fix PRs need triage — recommended merge path
#53
Open
This was referenced Aug 15, 2026
Open
Open
ci-maintenance: 18 unmerged fix PRs accumulating — automated agent feedback loop must be broken
#584
Open
Open
Open
This was referenced Aug 29, 2026
This was referenced Sep 8, 2026
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.
What failed
CI run 24276607217 (
test (22)job intest-plugins.yml) failed with:Root cause
plugins/browser-use/plugin.jsonwas bumped tov1.1.2(re-fix for oneOf schema rejection), but.claude-plugin/marketplace.jsonwas never updated — it still showed"version": "1.1.1".The
marketplace-syncintegration test catches exactly this class of drift.Fix
.claude-plugin/marketplace.jsonbrowser-useversion1.1.1→1.1.2.claude-plugin/marketplace.jsonplugin.json(v1.1.2 changelog)Verification
All 447 tests pass locally (355 unit + 92 integration) on Node 22:
Context
This PR is stacked on #24 (
fix/ci-24065489776-ts-and-dates), which fixes the original TypeScript unused-import failures and re-enables CI triggers. This PR fixes the remaining test failure that appeared once CI was actually running again.https://claude.ai/code/session_013HXzUfAgz27nNfj3RsGNGf