[RELEASE] Unbreak publishing, and ship Fish Audio (carries #5824 + #5055) - #5825
Merged
Conversation
) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xb6A5G74JiMe3zHFs1JZEP
✅ Drift Bot (ClawMetry): no drift detectedDrift Bot analyzed the changed files against this project's blueprints and requirements and found no drift. |
3 tasks
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.
Re-cuts the release that silently published nothing, and carries the fix that makes publishing work again.
What rides this: #5824 (pipeline fix, merged) and #5055 (Fish Audio, merged — its
[RELEASE]produced no upload).Why a second release PR exists
release-on-merge.ymlrunsnpm ciinfrontend/and had been failingERESOLVEsince #5376 tookviteto^8.2.2while@vitejs/plugin-reactstayed at^4.7.0(peers only to^7). Two separate dependabot PRs, so nothing evaluated them together.The failure mode is the dangerous one.
npm ciinfrontend/runs only on the release path, so every ordinary PR stayed green while a[RELEASE]merge produced no PyPI upload at all. The Fish Audio[RELEASE](#5821) merged cleanly, reported success, and shipped nothing. It was caught only because the published version was checked afterwards rather than the merge being taken as proof.The fix, already on main
@vitejs/plugin-react→^6.1.0, which peersvite: ^8.0.0.package-lock.jsonregenerated in the same commit, becausenpm cirequires both files to agree — bumpingpackage.jsonalone (all that dependabot #5257 proposed) swaps onenpm cifailure for another.Verified by running the release step's own commands rather than reading them:
What ships to users
Fish Audio as the 24th chat channel: transcripts ingest from
~/.openclaw/fish-audio/*.jsonl, live events arrive over the gateway tap asfishaudio,/api/channel/*serves the tab. Plustests/test_channel_four_lists.py, which turns the four-list rule from a review item into a check — proven red against a deliberately half-wired channel.No-PRD: restores a broken release pipeline and re-cuts an already-merged, already-recorded change.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Xb6A5G74JiMe3zHFs1JZEP