v1.17.8

daijro/camoufoxv1.17.8Jun 17, 2026by opencode-agent[bot]

AI Summary

This release enhances performance for session timelines and fixes critical bugs related to MCP tools, OAuth flows, and Cloudflare AI Gateway integration.

Key Highlights

  • Session timelines load significantly faster without flicker or scroll jumps.
  • Fixed MCP tool schema validation for OpenAI-compatible providers.
  • Cloudflare AI Gateway now correctly receives configured API keys.
  • Added a Home tab toggle for quick desktop navigation.

New Features

  • Faster session timelines
  • Desktop Home tab toggle
  • v2 file and folder picker

Full Release Notes

## Core
### Improvements
- Session timelines load much faster and avoid flicker or scroll jumps.

### Bugfixes
- OpenAI-compatible providers now accept MCP tool schemas that previously failed validation. (@jquense)
- Cloudflare AI Gateway now receives the configured API key correctly. (@keefetang)
- MCP tools without declared schema properties now work with providers that expect object properties.
- Long-running MCP tools now keep their timeout alive when they report progress. (@Nomadcxx)
- The MCP OAuth callback server now shuts down once authorization finishes or is cancelled.
- MCP tool failures now surface the server's error text instead of a generic failure.
- MCP OAuth error pages now escape provider error text correctly.

## Desktop
### Improvements
- Added a Home tab toggle so you can quickly switch between Home and your last tab.
- The new desktop file and folder picker is faster and easier to navigate in the v2 layout.

**Thank you to 3 community contributors:**
- @Nomadcxx:
  - fix(mcp): enable progress timeout resets (#32477)
- @keefetang:
  - fix(provider): pass apiKey to createUnified for Cloudflare AI Gateway (#32052)
- @jquense:
  - fix(opencode): sanitize OpenAI MCP tool schemas (#32489)