What's New
Claude Code CLI Provider
- Claude Code added as third provider alongside Codex and Kimi
- Model routing:
claude-opus-4-7,claude-sonnet-4-6,claude-haiku-4-5→ Claude Code CLI - OAuth authentication — run
shellgate login claude(no API key needed) - Auth status detection via
~/.claude/.credentials.json
Bug Fixes
- Codex and Claude now run from
/tmpby default — prevents loading project-specific CLAUDE.md and context from ShellGate's working directory - Claude Code: removed
--bareflag which broke OAuth credential loading
Configuration
- New
claude_binaryconfig field (executor.claude_binary) - New env override:
SHELLGATE_EXECUTOR_CLAUDE_BINARY - Docker: mount
~/.claudefor Claude Code credentials
Upgrade
curl -fsSL https://raw.githubusercontent.com/DutaKey/ShellGate/main/install.sh | shFull Changelog: v0.3.0...v0.4.0