Conversation
|
Thanks for the update. I understand the intent here: adding BAIclaw / Traditional Chinese trigger wording and reducing the chance of running the wrong local script. I still have one concern before merge: the new script examples hardcode I think the safer approach is to keep the guidance in terms of “run from the skill directory” or otherwise reference the current skill directory dynamically, rather than hardcoding a user-home absolute path. Right now this PR changes prompt/documentation behavior, but it does not actually implement a runtime guarantee for always using the latest script result. Please adjust the path guidance so it remains portable. |
你好,我是做baiclaw團隊的,簡單來說,就是把openclaw做成桌面應用程式,然後把bank of ai 塞進去使用。所以關鍵字需要增加baiclaw,並且因為支援繁簡中文,所以還增加了繁體中文的關鍵字。
另外調整Available Scripts,因為在刪除agent-wallet後,他會拿workspace 相對路徑,導致結果錯誤,所以要求他永遠拿絕對路徑的內容,才能確保結果會是最新正確的
因為在打包的時候要修改,不能相依這個repo自動下載,所以乾脆發個PR希望可以合併進去,不用再手動修改