chore: version packages#168
Merged
Merged
Conversation
1824d66 to
099a362
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
a2go@0.19.4
Patch Changes
8247efe: fix: enable OpenClaw device pairing by default
Changed
A2GO_DISABLE_DEVICE_AUTHdefault fromtruetofalseso device pairing is enabled out of the box. Users who want headless/automated access can opt in by settingA2GO_DISABLE_DEVICE_AUTH=true. Documented the env var and device pairing flow in the README, RunPod template readme, and add-model skill.8247efe: Fix Hermes gateway failing to start when
A2GO_AUTH_TOKENis a short or placeholder value. Hermes rejects weak API keys when binding to 0.0.0.0 — the entrypoint now auto-generates a secure 32-byte hex key and displays it in the ready banner. Also fix the LFM2.5-Audio plugin to usellama-serverinstead of the removedllama-liquid-audio-serverbinary (audio support merged upstream in llama.cpp b8967 via mtmd).