mirror of
https://github.com/wanikua/danghuangshang.git
synced 2026-09-03 07:03:37 +08:00
- Dockerfile: 添加 bash 到 apk install(Alpine 无 bash 导致容器无法启动)
- Dockerfile: 移除无用的 gui node_modules COPY(被 npm ci 覆盖)
- Dockerfile: --only=production → --omit=dev(旧 flag 已废弃)
- configs/tang-sansheng: allowBots: false → "mentions"(false 导致 bot 间通信全断)
- configs/modern-ceo: allowBots: true → "mentions"(true 可能导致消息循环)
- entrypoint.sh: 修复 set -e + wait 信号处理 + $@ 为空保护
- install-mac.sh: npm install -g openclaw 加 || true(set -e 下失败会跳过 fallback)
- install-lite.sh: $HOME → ${HOME:-}(set -u 下未定义会崩溃)
- install.ps1: 转义 $(curl ...) 防止 PowerShell 在 here-string 中执行
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>