Tags: LeoLin990405/civagent
Tags
fix(install): 5 config template issues causing broken fresh installs 1. allowBots: true -> "mentions" — prevents bot-to-bot reply loops 2. Added skipBootstrap: true — prevents BOOTSTRAP.md init mode on first run 3. Added messages.groupChat.mentionPatterns: ["@everyone", "@here"] 4. Added messages.groupChat block to all 3 config templates 5. SOUL.md -> SOUL.md.example — no longer overwrites custom persona Applied to: install.sh, install-lite.sh, install-mac.sh, openclaw.example.json Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(gui): 3 runtime bugs — symlink path validation, log parsing, bot … …status - BUG 42: isValidSessionPath() now uses realpathSync to follow ~/.openclaw symlink, fixing 403 errors on /api/departments/:name/recent - BUG 43: getRecentLogs() checks entry.message.role instead of entry.role, fixing /api/logs always returning empty - BUG 44: /api/bots now includes status field from gateway Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: round 4 bug fixes — security hardening and config cleanup - Remove all invalid applicationId placeholders from install-lite.sh and install-mac.sh - Unify sandbox mode to "all" for all agents (was inconsistent "off" for some) - Fix all remaining require() calls in doctor.sh to use readFileSync (no caching) - Wrap IS_DOCKER detection in try-catch to prevent crash on non-Linux - Sanitize since parameter in readGatewayLogs to prevent command injection - Cap log query limit to 500 to prevent OOM Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix: 刑部审查 — 修复 8 个必修 bug 1. 删除 frontend 断链符号链接 + 添加 .gitignore 2. EN README 吏部 libu → libu2(与实际 agent id 一致) 3. install-mac.sh 统一 SOUL.md 内容 + 补 IDENTITY.md 4. README 精简脚本路径描述修正 5. 会话存储路径改为 ~/.openclaw/(与 openclaw 包一致) 6. OpenClaw GitHub 链接 openclawai → openclaw(与 npm 仓库一致) 7. EN README 补 GUI 截图 + 华为云 + 小红书头像同步