metame-cli 1.5.15 → 1.5.16
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/README.md +2 -4
- package/package.json +1 -1
- package/scripts/docs/hook-config.md +1 -1
- package/scripts/intent-registry.js +1 -1
package/README.md
CHANGED
|
@@ -592,15 +592,13 @@ weixin:
|
|
|
592
592
|
4. Scan and confirm with Weixin, then run `/weixin login wait --session <key>`.
|
|
593
593
|
5. Run `/weixin` or `/weixin status` to verify the account is linked.
|
|
594
594
|
|
|
595
|
-
Natural-language setup is
|
|
595
|
+
Natural-language setup is enabled by default. Prompts like “帮我配置微信桥接” or “开始微信扫码登录” will inject the enable-and-bind workflow for the model. If you ever want to turn it off, set this in `~/.metame/daemon.yaml`:
|
|
596
596
|
|
|
597
597
|
```yaml
|
|
598
598
|
hooks:
|
|
599
|
-
weixin_bridge:
|
|
599
|
+
weixin_bridge: false
|
|
600
600
|
```
|
|
601
601
|
|
|
602
|
-
Then prompts like “帮我配置微信桥接” or “开始微信扫码登录” will inject the enable-and-bind workflow for the model.
|
|
603
|
-
|
|
604
602
|
## Mentor Mode (Why + How)
|
|
605
603
|
|
|
606
604
|
Mentor Mode is designed for users who want MetaMe to actively improve decision quality, not just execute commands.
|
package/package.json
CHANGED