#0001
`opencode` `v1.15.11` improves provider timeouts and background agents
60radar
opencodeOpen-source coding agent — supports TUI, Desktop, and MCP
Provider calls now get a 10s default header timeout, and background agents push updates without polling. Worth upgrading if you use remote projects, MCP servers, or desktop sync.
headerTimeoutadds a 10s default for OpenAI-style provider requests, reducing hangs from slow or broken upstream responses.- Experimental background agents now push updates without polling. Long-running agent sessions should feel less wasteful and more responsive.
- Remote-backed projects now keep stable identity across reloads, fixing annoying session and cache drift in multi-machine workflows.
- MCP cleanup improved: dynamically added servers disconnect cleanly when removed, which matters for plugin-heavy agent setups.
- Desktop v2 got session-control polish and fixes for deleted sync caches, duplicate servers, and virtualized timeline interactions.
Source: github.com/anomalyco/opencode/releases/tag/v1.15.11Read original →