chore: rename project from DuckyClaw to TuyaOpenClaw - #46
Merged
shiliu-yang merged 7 commits intoJun 30, 2026
Conversation
Ducky is TuyaOpen's hardware mascot — TuyaOpenClaw carries that identity
forward while making the TuyaOpen lineage explicit in the project name.
Changes:
- Rename src/ducky_claw_chat.{c,h} → src/tuyaopen_claw_chat.{c,h}
- Rename ducky_claw_chat_init() → tuyaopen_claw_chat_init()
- Rename DUCKY_CLAW_* Kconfig/macro symbols → TUYAOPEN_CLAW_*
- Rename DUCKYCLAW_* symbols → TUYAOPENCLAW_* (device ID, Kconfig features)
- Update user-visible strings: IM status, MCP server name, ACP deviceFamily
- Update system prompt identity to "TuyaOpenClaw (a.k.a. Ducky)"
- Update GitHub Actions workflows: name, repo guards, Gitee target URLs
- Update all @brief doc comments across source and header files
- Update README with Ducky mascot story and "formerly DuckyClaw" note
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Add README_zh.md: full Chinese translation of README.md - Revert sync-to-gitee.yml repo guard and target URL back to tuya/DuckyClaw / tuya-open/DuckyClaw until the Gitee repo is renamed to match GitHub Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nt content - IM channels: add WeChat (iLink) and QQ Bot — now 5 channels total - MCP tools: add HW (GPIO/I2C/PWM) and Lua scripting — now 6 tools - Board configs: list all 8 supported configs (was only 3) - Project structure: add missing dirs (cron_service, gateway, skills, overlay, components/lua) - Build commands: add actual build steps with export.sh and tos.py - Memory: fix stale "Agent.txt/memory.txt" → MEMORY.md + daily notes - Features: remove WhatsApp (not implemented), add PSRAM, session manager, overlay arch - Comparison tables: update channels and tools rows Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lace banner image
…hange to TuyaOpenClaw
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.
Ducky is TuyaOpen's hardware mascot — TuyaOpenClaw carries that identity forward while making the TuyaOpen lineage explicit in the project name.
Changes: