v1.17.1

Vanessa219/vditorv1.17.1Jun 10, 2026by opencode-agent[bot]

AI Summary

Improves agent references and fixes critical bugs related to MCP timeouts, Anthropic fallback responses, and connection handling during setup.

Key Highlights

  • References can include usage descriptions for agents.
  • Deprecated `reference` config entries continue to load under the newer `references` key.
  • MCP prompt and resource requests now respect configured server timeouts.
  • MCP servers that fail during client setup now fail cleanly instead of leaving broken connections behind.

New Features

  • Usage descriptions for agent references

Full Release Notes

## Core

### Improvements

- References can include usage descriptions for agents, show up in the new docs, and be hidden from `@` autocomplete when needed.

### Bugfixes

- Deprecated `reference` config entries continue to load under the newer `references` config key.
- MCP prompt and resource requests now respect configured server timeouts.
- Anthropic fallback responses are handled correctly again.
- MCP servers that fail during client setup now fail cleanly instead of leaving a broken connection behind.

## Desktop

### Improvements

- The new desktop session flow now has a dedicated `/new-session` route with draft tabs that keep your prompt and project selection together until you start the session.

### Bugfixes

- Restored macOS auto-updates.