WeClaw 已支持自定义 Agent 的触发命令,只需要在配置文件:~/.weclaw/config.json 加一个 aliases

{
"codex": {
"type": "acp",
"command": "path-to/codex-acp",
"aliases": ["gpt", "sam", "奥特曼"]
},
"gemini": {
"type": "acp",
"command": "path-to/gemini",
"aliases": ["pichai", "哈萨比斯"],
"args": [
"--acp"
]
}
}

升级到新版本可用👇

weclaw update

https://github.com/fastclaw-ai/weclaw
 
 
Back to Top