chore(release): bump selat plugin 0.1.9 → 0.1.10; hermes 0.1.3 → 0.1.4 (propagates #106) - #107
Merged
Merged
Conversation
The coordinated runtime refresh (#106) moves the pinned runtime to selat-cli 0.17.1 / selat-discovery 0.25.0 / selat-pay 0.11.0, but it touches no plugin manifest. `claude plugin update` compares plugin versions only, so with the version unchanged it reports "already at the latest version" and the new pin never reaches an existing install — the refresh would reach new installs only. Bumping the manifest version is what actually propagates #106. hermes is bumped too: #106 also changes plugins/selat-hermes/selat-cli.version and its runtime manifests. MERGE ORDER: #106 first, then this. If this merges first, hosts update to 0.1.10 while still carrying the old pin, and #106 landing afterwards changes no version — leaving every existing install stuck on the old runtime until the next bump. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
SELAT-DEV
added a commit
that referenced
this pull request
Sep 12, 2026
…nt pin (#108) Restamp the vendored discovery driver skill from 0.16.3/0.24.1 to the reviewed runtime pin (selat-cli 0.17.1 / selat-discovery 0.25.0). Bump plugins/selat/package.json to 0.1.10 so it matches the harness manifests after #107. Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: SELAT-DEV <SELAT-DEV@users.noreply.github.com>
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.
Companion to #106. That PR refreshes the pinned runtime; this one is what actually delivers it to existing installs.
plugins/selat/.claude-plugin/plugin.jsonplugins/selat/.codex-plugin/plugin.jsonplugins/selat/.cursor-plugin/plugin.jsonplugins/selat-hermes/plugin.yamlWhy this is required
#106 moves the reviewed runtime closure to selat-cli 0.17.1 / selat-discovery 0.25.0 / selat-pay 0.11.0, but the sync workflow touches no plugin manifest — by design, since version bumps are their own PR here (last one: #58).
claude plugin updatecompares plugin versions only. With the version unchanged it reports "already at the latest version" and short-circuits, so the new pin never reaches an existing install — #106 alone would ship to new installs only. That defeats the propagation runbook that required the selat-cli patch release in the first place.hermes is bumped for the same reason: #106 also changes
plugins/selat-hermes/selat-cli.versionand its runtime manifests.If this merges first, hosts update to 0.1.10 while still carrying the old pin. #106 landing afterwards changes no version, so every existing install stays stuck on the old runtime until the next bump — the exact failure this PR exists to prevent.
What ships once both land
selat-pay 0.11.0 is a breaking release:
--prefer-mpp/--prefer-x402are removed and outbound protocol selection is fully automatic, and the ledger now recordsdetectedProtocol(selat-pay's local detection) instead of implying the rail the router settled on. selat-cli 0.17.1 carries the dependency floor.Scope
Version strings only — four one-line changes. No runtime, lock, doc, or behaviour changes (those are all in #106). All three JSON manifests re-validated as parseable.
🤖 Generated with Claude Code