claude-code-rust 0.12.0 → 0.12.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 +10 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ A native Rust terminal interface for Claude Code. Drop-in replacement for Anthro
|
|
|
5
5
|
[](https://www.npmjs.com/package/claude-code-rust)
|
|
6
6
|
[](https://www.npmjs.com/package/claude-code-rust)
|
|
7
7
|
[](https://github.com/srothgan/claude-code-rust/actions/workflows/ci.yml)
|
|
8
|
+
[](https://srothgan.github.io/claude-code-rust/)
|
|
8
9
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
9
10
|
[](https://nodejs.org/)
|
|
10
11
|
|
|
@@ -35,6 +36,8 @@ If `claude-rs` resolves to an older global shim, ensure your npm global bin dire
|
|
|
35
36
|
claude-rs
|
|
36
37
|
```
|
|
37
38
|
|
|
39
|
+
Full documentation is available at [srothgan.github.io/claude-code-rust](https://srothgan.github.io/claude-code-rust/).
|
|
40
|
+
|
|
38
41
|
> [!WARNING]
|
|
39
42
|
> **Agent SDK billing changes on June 15, 2026.** Anthropic says Agent SDK usage, `claude -p`, Claude Code GitHub Actions, and third-party Agent SDK apps will use a separate monthly Agent SDK credit instead of normal interactive Claude or Claude Code subscription limits. Because Claude Code Rust wraps the Agent SDK, treat usage through this project as Agent SDK usage. If that credit is exhausted, continued use may require enabling extra usage billed at standard API rates, or requests may pause until the credit refreshes.
|
|
40
43
|
>
|
|
@@ -54,14 +57,15 @@ The stock Claude Code TUI runs on Node.js with React Ink. This causes real probl
|
|
|
54
57
|
|
|
55
58
|
Claude Code Rust fixes all of these by compiling to a single native binary with direct terminal control via Crossterm.
|
|
56
59
|
|
|
57
|
-
##
|
|
60
|
+
## Documentation
|
|
58
61
|
|
|
59
|
-
|
|
62
|
+
The manual covers installation from npm and source, help, slash commands, keyboard shortcuts, settings, diagnostics, architecture, and the changelog:
|
|
60
63
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
64
|
+
- [Installation](https://srothgan.github.io/claude-code-rust/installation.html)
|
|
65
|
+
- [Usage](https://srothgan.github.io/claude-code-rust/usage.html)
|
|
66
|
+
- [Help](https://srothgan.github.io/claude-code-rust/help.html)
|
|
67
|
+
- [Slash commands](https://srothgan.github.io/claude-code-rust/commands.html)
|
|
68
|
+
- [Settings](https://srothgan.github.io/claude-code-rust/settings.html)
|
|
65
69
|
|
|
66
70
|
## Status
|
|
67
71
|
|