@fiber-pay/cli 0.1.0-rc.7 → 0.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/README.md CHANGED
@@ -13,9 +13,15 @@ pnpm add @fiber-pay/cli
13
13
  ```bash
14
14
  fiber-pay --help
15
15
  fiber-pay node start --json
16
+ fiber-pay l402 proxy --target http://localhost:3000 --price 0.1
17
+ fiber-pay agent serve --agent codex --price 0.1
18
+ fiber-pay agent call http://host:8402 --prompt "your question"
16
19
  ```
17
20
 
21
+ See [docs/l402-agent-guide.md](../../docs/l402-agent-guide.md) for L402 and agent details.
22
+
18
23
  ## Compatibility
19
24
 
20
25
  - Node.js `>=20`
21
26
  - Fiber target: `v0.7.1`
27
+