antenna-fyi 1.3.31 → 1.3.32
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/lib/cli.js +2 -1
- package/package.json +1 -1
package/lib/cli.js
CHANGED
|
@@ -1064,7 +1064,7 @@ export function printHelp() {
|
|
|
1064
1064
|
Usage:
|
|
1065
1065
|
antenna scan --lat 39.99 --lng 116.48 [--radius 500] (max 1000) [--id <platform>:<user_id>]
|
|
1066
1066
|
antenna checkin --id <platform>:<user_id> --lat 39.99 --lng 116.48
|
|
1067
|
-
antenna profile --id <platform>:<user_id> [--name Yi --personal-description '...' --looking-for '...' --conversation-style '...' --hide --visible true]
|
|
1067
|
+
antenna profile --id <platform>:<user_id> [--name Yi --personal-description '...' --looking-for '...' --conversation-style '...' --contact 'WeChat: yi' --hide --visible true]
|
|
1068
1068
|
antenna accept --id <platform>:<user_id> --target <ref_or_device_id> [--contact 'WeChat: yi']
|
|
1069
1069
|
antenna pass --id <platform>:<user_id> --target <ref_or_device_id> (or --ref 1)
|
|
1070
1070
|
antenna matches --id <platform>:<user_id>
|
|
@@ -1080,6 +1080,7 @@ Usage:
|
|
|
1080
1080
|
antenna install-skill Install SKILL.md (detects OpenClaw + Hermes)
|
|
1081
1081
|
antenna install-plugin Copy OpenClaw plugin template to cwd
|
|
1082
1082
|
antenna install-hermes One-step Hermes setup (Plugin + Skill + deps)
|
|
1083
|
+
antenna link-account Link agent profile to antenna.fyi account [--api-key <ant_...>]
|
|
1083
1084
|
antenna help Show this help
|
|
1084
1085
|
|
|
1085
1086
|
Environment:
|