@1claw/cli 0.61.8 → 0.61.9
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
CHANGED
|
@@ -239,6 +239,9 @@ When a valid cache exists, `env run` uses it automatically instead of calling th
|
|
|
239
239
|
1claw agent token <id> --quiet # Raw token (for piping)
|
|
240
240
|
1claw agent enroll my-agent \
|
|
241
241
|
--email human@example.com # Self-enroll (no auth needed)
|
|
242
|
+
1claw agent enroll my-agent --pair # Pair: prints an SSH-style fingerprint the human
|
|
243
|
+
# compares on the approval page; collects the API
|
|
244
|
+
# key here on approval (no key in email)
|
|
242
245
|
1claw agent create my-agent \
|
|
243
246
|
--shroud \ # Enable Shroud LLM proxy
|
|
244
247
|
--execution-intents \ # Enable Execution Intents (Pro+)
|