v1.17.7

anomalyco/opencodev1.17.7Jun 14, 2026by opencode-agent[bot]

AI Summary

Core improvements address plugin client behavior, shell tool visibility, and PTY session environments. The update also adds support for MCP servers to receive the current workspace as a client root.

Key Highlights

  • Plugin client requests now reuse the active server instead of assuming the default port.
  • ACP shell tool calls now show the command and working directory from the start.
  • Plugin-provided shell environment variables now apply to PTY sessions.
  • MCP servers can now receive the current workspace as a client root.

New Features

  • MCP server workspace root support
  • Improved plugin shell environment handling

Full Release Notes

## Core

### Bugfixes

- Plugin client requests now reuse the active server instead of assuming the default local port.
- ACP shell tool calls now show the command and working directory from the start.
- Plugin-provided shell environment variables now apply to PTY sessions.

### Improvements

- MCP servers can now receive the current workspace as a client root.

## TUI

### Bugfixes

- MCP debug now uses the SDK's latest protocol version.

## Desktop

### Bugfixes

- The new session route now stays scoped to its own draft server, so prompts and state target the right workspace.

## SDK

### Improvements

- SDK clients now refresh model and provider availability when integrations change, and credential update and remove calls accept `location`.