Skip to content

Commit c655b12

Browse files
committed
feat(cli): add claude command to status output and enhance claude --help
- Show claude and claude --model in the commands section of default output - List available models and usage examples in claude --help - Document --model behavior with ANTHROPIC_MODEL/ANTHROPIC_CUSTOM_MODEL_OPTION
1 parent 5f4cd2a commit c655b12

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

packages/x402-proxy/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.7] - 2026-04-01
11+
12+
### Added
13+
- `claude` and `claude --model` shown in default `npx x402-proxy` commands output
14+
- `claude --help` lists available models and usage examples
15+
1016
## [0.10.6] - 2026-04-01
1117

1218
### Fixed
@@ -387,7 +393,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
387393
- `appendHistory` / `readHistory` / `calcSpend` - JSONL transaction history
388394
- Re-exports from `@x402/fetch`, `@x402/svm`, `@x402/evm`
389395

390-
[Unreleased]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.6...HEAD
396+
[Unreleased]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.7...HEAD
397+
[0.10.7]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.6...v0.10.7
391398
[0.10.6]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.5...v0.10.6
392399
[0.10.5]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.4...v0.10.5
393400
[0.10.4]: https://github.com/cascade-protocol/x402-proxy/compare/v0.10.3...v0.10.4

packages/x402-proxy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "x402-proxy",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "curl for x402 paid APIs. Auto-pays any endpoint on Base, Solana, and Tempo. Also works as an OpenClaw plugin.",
55
"type": "module",
66
"sideEffects": false,

0 commit comments

Comments
 (0)