Spike: PTY-based Claude Code integration with multi-agent concurrency
Proves that spawning `claude -p` in a pseudo-terminal from Rust gets Max subscription billing (apiKeySource: "none", rateLimitType: "five_hour") instead of per-token API charges. Concurrent agents run in parallel PTY sessions with session resumption via --resume for multi-turn conversations. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,3 +19,5 @@ eventsource-stream = "0.2.3"
|
||||
rust-embed = "8"
|
||||
mime_guess = "2"
|
||||
homedir = "0.3.6"
|
||||
portable-pty = "0.8"
|
||||
strip-ansi-escapes = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user