@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+)
@@ -4,7 +4,7 @@ version: 1.0.0
4
4
  description: "Plain TypeScript agent using @1claw/sdk with Shroud LLM routing"
5
5
  author: 1Claw
6
6
  language: node
7
- homepage: https://docs.1claw.xyz
7
+ homepage: https://docs.1claw.co
8
8
 
9
9
  docker:
10
10
  base_image: node:22-slim
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1claw/cli",
3
- "version": "0.61.8",
3
+ "version": "0.61.9",
4
4
  "description": "CLI for 1Claw \u2014 secrets management for AI agents and humans",
5
5
  "license": "MIT",
6
6
  "repository": {