6 Commits

Author SHA1 Message Date
rianli
8529f05cb2 chore: recover and apply lowercase normalization changes 2026-03-11 12:32:58 +08:00
rianli
2aae43a16f feat: tool-only fallback display & upgrade restart fix & voice dedup hints
gateway.ts:
- Add tool-only timeout fallback: show raw tool params when only tool
  delivers arrive without block response within 60s
- Simplify user-facing messages with emoji prefixes
- Update voice prompt to prevent duplicate text+voice content

upgrade-and-run.sh:
- Fix restart race: add sleep after plugin install to let auto-restart
  chain settle
- Add WS health check after port ready with auto-retry
- Add backup token recovery and deduplicate token config logic

skills/qqbot-media/SKILL.md:
- Clarify <qqvoice> independence from plugin TTS config
- Add no-duplicate-content guidance

Other: bump plugin versions, update dependencies
2026-03-10 14:02:07 +08:00
rianli
19a1b2081e fix: align package name with plugin manifest, fix normalizeTarget return type
- Revert package name to 'qqbot' to match openclaw.plugin.json manifest id
- Update repository URLs to tencent-connect/openclaw-qqbot
- Fix normalizeTarget to return structured {ok, to, error} object
- Update README repo badges and links
2026-03-09 21:35:53 +08:00
rianli
11b230a989 refactor: 整理脚本目录结构,兼容原仓库插件清理
- 脚本统一移入 scripts/ 目录(pull-latest.sh, upgrade-and-run.sh, set-markdown.sh)
- 删除不可用的 npm 版 scripts/pull-latest.sh,保留 git 版
- upgrade.sh / qqbot-cli.js 清理逻辑兼容原仓库 @sliverp/qqbot 和本仓库多种插件 ID
- 扩展目录查找兼容 extensions/qqbot 和 extensions/openclaw-qq
- 新增 moltbot 支持
- LICENSE 添加原作者 sliverp 版权声明
- 更新 README/docs 中脚本路径引用
- package.json files 字段增加 scripts 目录
2026-03-09 20:12:24 +08:00
rianli
efed32cf34 chore: migrate repo from sliverp/qqbot to tencent-connect/openclaw-qq
- Rename npm package from @sliverp/qqbot to @tencent-connect/openclaw-qq
- Update all GitHub URLs to tencent-connect/openclaw-qq
- Update Star History, badge links, git clone commands
- Update CLI help text and install commands in bin/qqbot-cli.js
- Update pull-latest.sh default repo URL and package name
- Update LICENSE copyright to Tencent Connect only
- Adjust README install/upgrade sections (npm package not yet published)
- Remove npm version badge temporarily until package is published
2026-03-09 19:56:06 +08:00
sliverp
15ea067d8d feat: 添加 CLI 插件管理工具 2026-02-05 17:05:33 +08:00