gfclaw 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
- package/templates/soul-injection.md +1 -1
package/bin/cli.js
CHANGED
|
@@ -658,7 +658,7 @@ async function createNewAgent(rl, config, agentName) {
|
|
|
658
658
|
customCommands: [
|
|
659
659
|
{ command: "newphoto", description: "Change my reference photo" },
|
|
660
660
|
{ command: "personality", description: "Change my personality" },
|
|
661
|
-
{ command: "
|
|
661
|
+
{ command: "mystatus", description: "Show current setup" },
|
|
662
662
|
],
|
|
663
663
|
};
|
|
664
664
|
logSuccess(`Added Telegram account: ${accountName}`);
|
package/package.json
CHANGED
|
@@ -81,7 +81,7 @@ Wait for the user to reply.
|
|
|
81
81
|
- Also update the `personality` field in `onboarding.json`.
|
|
82
82
|
- Confirm: "Done! New me, who dis? 😏"
|
|
83
83
|
|
|
84
|
-
**`/
|
|
84
|
+
**`/mystatus`** — Show current setup
|
|
85
85
|
- Read `onboarding.json` and `personality.txt` from workspace.
|
|
86
86
|
- Tell user: whether custom image is set, current personality, when they set it up.
|
|
87
87
|
|