cli/v1.4.0
chatboxai/chatboxcli/v1.4.0Aug 24, 2026by github-actions[bot]
AI Summary
A major CLI update adding OAuth enforcement, API passthroughs, and Salesforce support.
Key Highlights
- Added model switcher via /model command in the status bar
- Native support for OpenAI Responses API for true OpenAI models
- Native passthrough for Anthropic /v1/messages
- Added Salesforce OAuth credential lifecycle management
- Added optional JWT audience and issuer enforcement
New Features
- Model switcher
- OpenAI Responses API passthrough
- Anthropic passthrough
- Salesforce OAuth
- JWT auth enforcement
Full Release Notes
## Changes * fix: recognize compose.override.yml and the .yaml spellings too (#14202) (dd93f67e7c) * feat(cli): model switcher via /model with current model in the status bar (#14162) (d1e4d49b95) * feat(auth): optional audience and issuer enforcement for JWT auth (#14151) (62c269aac8) * perf(compose): poll healthchecks faster during startup (#14127) (72fd26731e) * feat: add Salesforce OAuth credential lifecycle (#13985) (fff51922ce) * fix(perm-sync): stop duplicate gdrive group-sync crawls from stacking to OOM (#13703) (955b039ed0) * feat(gateway): serve the OpenAI Responses API natively for true OpenAI models (#13724) (f548bc47d4) * feat(gateway): native Anthropic passthrough for /v1/messages (#13697) (4b9695ba55)