For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added
- Claude Code Desktop Adapter — New adapter for running Band agents through Claude Code Desktop. Use your existing Claude Code subscription to power agents directly, no separate Anthropic API key required.
- Automatic Retry on Rate Limits — The SDK now automatically retries on HTTP
429 responses with exponential backoff.
Fixed
- Agents Stay Connected on Unexpected Messages — Agents no longer crash when the WebSocket receives an unexpected or malformed message. Invalid messages are logged and skipped.
- Default API URL Fixed — The SDK now points to the correct API URL (
app.band.ai) out of the box. If you were manually overriding the base URL, you can remove the override.