Commit Graph

3 Commits

Author SHA1 Message Date
fkrebs ef8fbca9b2 update README with extended parameters and v2 features 2026-05-22 17:02:31 +02:00
fkrebs 3a58fba521 Initial implementation of claude-max-bridge
OpenAI-compatible FastAPI server wrapping the Claude Code CLI.
Translates /v1/chat/completions requests into claude --print subprocess
calls using stream-json input/output for multi-turn support and real
streaming deltas.

Features:
- Full multi-turn conversation support via --input-format stream-json
- Real-time streaming with --include-partial-messages delta tracking
- Rate limit (429) and auth error (401) detection from CLI stderr
- Configurable timeout, graceful subprocess cleanup on disconnect
- /v1/models endpoint and /health check
2026-05-22 16:08:44 +02:00
fkrebs 9862a9d585 Initial commit 2026-05-22 14:05:49 +00:00