fix: 5.6.6 - #472
Merged
Merged
Conversation
pnpm_install_prod 只设 NODE_OPTIONS 没把 portable node bin 加进 PATH, esbuild/protobufjs/tlon-skill 等 postinstall 跑 sh -c "node ..." 时 sh 在 PATH 找不到 node → command not found。本脚本卖点是无预装 Node, 小白机无系统 node 必挂;有系统 node 的机器不暴露此 bug 故一直未发现。 修:env PATH="$node_bin_dir:$PATH" 显式前置。
- 参照 siliconflow-img-gen 风格重构:顶层 wrapper bgm-library.sh(走 PATH,零路径拼接)、package.json 挪到技能根(apply-addons.sh 要求与 SKILL.md 同级)、SKILL.md 改中文 + metadata.openclaw frontmatter + ✅/❌ + Pitfalls - 协议过滤仅放行 CC BY / CC BY-SA(商用安全),自动 TASL 署名,免 API key - video-edit 能力三:新增 BGM 来源说明(bgm-library 优先 / aigc-video-gen music 定制 / 用户自带) - video-producer:依赖表 + Stage 11 描述 + 目录树注释 + mix-audio 行补 bgm-library 为 Stage 11C BGM 搜首选
- bgm.js 去 chalk+ora,改 plain console.log(agent 友好,无 ANSI 转义码污染 stdout),45→28 包 - package.json 只留 axios+commander - talking-head-cut:补 BGM 消费说明(line 31 + 依赖表加 bgm-library 行),之前完全没提及 - apply-addons.sh:10 陈旧注释订正(Node per-skill 非 ~/.openclaw 统一)
- 删除重复的「本地构建」章节,内容并入「快速开始」 - 显式标出工作目录前提:docker build 在仓库根、docker compose 在 docker/ 下 - 代码块内用分隔注释标出每步执行目录,中间加 cd docker 切换点 - IMAGE=xxx 覆盖示例照此格式标注目录 Co-Authored-By: AtomCode (GLM-5.2) <noreply@atomgit.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.
No description provided.