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 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: "status", description: "Show current setup" },
661
+ { command: "mystatus", description: "Show current setup" },
662
662
  ],
663
663
  };
664
664
  logSuccess(`Added Telegram account: ${accountName}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gfclaw",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Add selfie superpowers to your OpenClaw agent using Google Gemini image editing",
5
5
  "bin": {
6
6
  "gfclaw": "./bin/cli.js"
@@ -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
- **`/status`** — Show current setup
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