claude-code-api 0.1.3

OpenAI-compatible API gateway for Claude Code CLI
# Server Configuration
CLAUDE_CODE__SERVER__HOST=0.0.0.0
CLAUDE_CODE__SERVER__PORT=8080

# Claude Configuration
CLAUDE_CODE__CLAUDE__COMMAND=claude
CLAUDE_CODE__CLAUDE__TIMEOUT_SECONDS=300
CLAUDE_CODE__CLAUDE__MAX_CONCURRENT_SESSIONS=10

# Database Configuration
CLAUDE_CODE__DATABASE__URL=sqlite://./claude_code.db
CLAUDE_CODE__DATABASE__MAX_CONNECTIONS=5

# Authentication Configuration
CLAUDE_CODE__AUTH__ENABLED=false
CLAUDE_CODE__AUTH__SECRET_KEY=change-me-in-production
CLAUDE_CODE__AUTH__TOKEN_EXPIRY_HOURS=24

# Logging
RUST_LOG=claude_code_api=debug,tower_http=debug