release: 0.5.1 - #49
Merged
Merged
Conversation
Version 0.5.1 in package.json, the lockfile, the plugin manifest, the marketplace entry, and the npx pins inside the skill. CHANGELOG covers the fingerprint fallback (#40), the footer no longer offering planned commands (#44), and find in every footer (#46). The README install note and llms.txt now describe the full transport chain: Chrome, then Firefox, then native fetch.
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.
Cuts 0.5.1 and brings the docs up to date with everything merged since 0.5.0.
Version
0.5.1 in
package.json, the lockfile,.claude-plugin/plugin.json, the marketplace entry, and thenpx --yes @only-cli/oc@...pins inside the skill.CHANGELOG
Covers 0.5.1 against 0.5.0:
oc openno longer dies withImpersonating chrome150 is not supportedwhen impers loads a system libcurl-impersonate older than v2.1.0. A refused fingerprint downgrades the way a blocked response already did: chrome to firefox, then plain fetchactions:footer no longer offersfillandsubmit, which are still planned and always threwfind <query>in every footer, afterdo <n>and beforeread <n>, matching the skill's cheapest-first orderDocs
llms.txtdescribe the full transport chain: Chrome, then Firefox, then native fetch. Before this they said only that native fetch covers a missing impers.Checks
npm testpasses 213/213. The skill pin check that the publish workflow enforces on stable releases resolves to@only-cli/oc@0.5.1only.