Skip to content

chore(deps): update opencode to v1.17.8#52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anomalyco-opencode-1.x
Open

chore(deps): update opencode to v1.17.8#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/anomalyco-opencode-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
anomalyco/opencode minor 1.16.01.17.8

Release Notes

anomalyco/opencode (anomalyco/opencode)

v1.17.8

Compare Source

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:

v1.17.7

Compare Source

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.

v1.17.6

Compare Source

Core

Bugfixes
  • Improved MCP server compatibility by declaring OpenCode's supported client capabilities.

v1.17.5

Compare Source

Core

Improvements
  • Added external browser OAuth for the Snowflake Cortex provider (@​santigc6)
  • Improved project copy management and move-session flows in v2
Bugfixes
  • Recovered expired MCP sessions instead of leaving MCP tools disconnected
  • Cleared closed MCP clients so stale MCP connections do not linger
  • Returned structured MCP tool output in a readable form
  • Fixed duplicate renderable IDs that could break TUI rendering
  • Fixed commands using $ARGUMENTS so file contents are not injected twice (@​verdverm)

TUI

Bugfixes
  • Added auth headers to RunCommand fetch requests (@​OpeOginni)

Desktop

Improvements
  • Brought v2 visibility settings to the web app
  • Refreshed the oc-2 color theme (@​arvsrn)
Bugfixes
  • Made the terminal resize gutter easier to grab
  • Faded overflowing titlebar tabs instead of clipping them abruptly

Thank you to 5 community contributors:

v1.17.4

Compare Source

Core

Improvements
  • Added cwd support for local MCP servers so they can start from a workspace-relative directory. (@​Grantmartin2002)
  • Added connector-based authentication flows and support for stored provider credentials.
  • Added v2 API endpoints to create and fetch sessions, list session questions, and resolve the active location.
  • File reads now return raw content with the correct content type for API and SDK clients.
  • MCP server log notifications are now surfaced in opencode logs.
Bugfixes
  • Fixed Gemini tool schemas that used multi-type fields so compatible tools keep working. (@​Killusions)
  • Content-filtered model responses now surface as visible errors instead of failing silently. (@​kkdawkins)
  • Fixed MCP auth and debug requests dropping configured headers.
  • Snapshot creation now reuses source Git objects to avoid long re-hashing delays on huge repos. (@​dmtrKovalenko)
  • Fixed MCP catalog request timeouts not applying when listing prompts, resources, or tools.

Thank you to 5 community contributors:

v1.17.3

Compare Source

Fixed issue with 1.17.2 desktop crashing

v1.17.2

Compare Source

Core

Bugfixes
  • Recover from expired remote config auth by prompting you to log in again instead of failing to load config (@​Ayushlm10)
  • Let subagents use their own configured permissions again

Desktop

Bugfixes
  • Restore Linux launcher and icon identity so pinned apps keep opening correctly (@​neriousy)
  • Restore the device attachment picker (@​rexdotsh)

Thank you to 3 community contributors:

v1.17.1

Compare Source

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.

v1.17.0

Compare Source

Core

Improvements
  • Faster file search across large projects with the new fff-backed search tools. (@​dmtrKovalenko)
  • Added X-Session-Id headers for proxy setups that need sticky routing. (@​songchaow)
  • Added Cohere North model support.
  • Added reasoning as an interleaved field option for vLLM providers. (@​delta9000)
  • mcp add now works in non-interactive flows.
  • auth logout now supports search when choosing an account.
Bugfixes
  • Improved MCP connection status messages so failures are easier to act on.
  • Added Claude Fable reasoning support.
  • MCP tool calls now receive abort signals, so cancellations stop more reliably.
  • MCP catalogs now paginate correctly instead of truncating larger lists.
  • OpenRouter reasoning variants now generate for all models. (@​AnthonyMLau)
  • Added MiniMax M3 thinking toggle support.
  • Java multi-module Maven workspaces now resolve JDTLS from the topmost pom.xml. (@​areyouok)
  • MCP servers now respect advertised capabilities.
  • Session lists now respect directory filters in workspace setups. (@​rexdotsh)
  • Sessions can recover once from provider context-overflow errors instead of failing immediately.
  • Bedrock Mantle config now honors configured API key and region settings.

TUI

Improvements
  • The session move flow now highlights project copies more clearly and keeps the current location selected.
  • Project copies can now be deleted directly from the move dialog.
Bugfixes
  • New project copies are now bootstrapped before the TUI switches into them.
  • Moving a session now injects a reminder about the new working directory.

Desktop

Improvements
  • Added a help button to the tabs bar.
  • Prompt drafts are preserved while you switch tabs.
  • File attachments now open in the active project.
  • App updates now stay responsive and persist across restarts.
  • Added WSL-backed Desktop support and WSL server management on Windows.
  • Improved the sessions list UI. (@​arvsrn)
  • Improved the servers UI. (@​arvsrn)
Bugfixes
  • Updated Electron and fixed related panel layout issues.
  • Fixed several WSL Desktop bugs. (@​neriousy)
  • Hidden agents no longer get cycled accidentally.
  • MCP status now refreshes when the active directory changes.
  • The Home screen now keeps a larger recent-session list with scrolling.

SDK

Improvements
  • Large v2 tool outputs are now bounded and expose retained output paths for follow-up inspection.

Thank you to 11 community contributors:

v1.16.2

Compare Source

Core

Bugfixes
  • Reasoning summaries now only run on providers that support them, avoiding GPT-5 request failures on compatible backends.
  • Edit operations now refuse loose matches that could overwrite the wrong code or replace an existing file by mistake.
  • Fixed Bedrock sessions hanging before a model response starts. (@​alblez)
Improvements
  • Diff viewer now supports next and previous hunk navigation.
  • Terminal themes now refresh after live terminal reloads without stale colors or broken highlighting.
  • Running subagents can now be sent to the background so you can keep working.
  • Sessions now persist system context updates during long-running conversations.
  • Added Snowflake Cortex provider support. (@​kameshsampath)

TUI

Bugfixes
  • Fixed the external editor fallback so attach-mode sessions still open when the original project path is unavailable locally. (@​pcadena-lila)
  • Permission replies now route through the correct session directory.
  • /mo now prefers the models command in slash autocomplete.
  • Fixed crashes from malformed path or diff metadata in permission and session views.

Desktop

Bugfixes
  • Fixed titlebar tab overflow clipping.
  • Fixed overflowed titlebar tabs so scrolling and drag regions behave correctly.
  • Improved tab closing and navigation so the next tab is selected more reliably.
Improvements
  • Improved multi-server desktop support with per-server home state and session tabs.

Thank you to 5 community contributors:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Jun 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: da1bf9b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch from 1a6a6ff to 6ace902 Compare June 10, 2026 04:34
@renovate renovate Bot changed the title chore(deps): update opencode to v1.16.2 chore(deps): update opencode to v1.17.0 Jun 10, 2026
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.0 chore(deps): update opencode to v1.17.1 Jun 10, 2026
@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch 2 times, most recently from 6c0649f to 1af007a Compare June 10, 2026 19:46
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.1 chore(deps): update opencode to v1.17.3 Jun 10, 2026
@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch from 1af007a to 0aa8dc2 Compare June 12, 2026 04:49
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.3 chore(deps): update opencode to v1.17.4 Jun 12, 2026
@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch from 0aa8dc2 to bca509f Compare June 13, 2026 20:28
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.4 chore(deps): update opencode to v1.17.5 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch from bca509f to 9293914 Compare June 14, 2026 01:03
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.5 chore(deps): update opencode to v1.17.6 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch from 9293914 to 4fea28e Compare June 14, 2026 22:10
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.6 chore(deps): update opencode to v1.17.7 Jun 14, 2026
@renovate renovate Bot force-pushed the renovate/anomalyco-opencode-1.x branch from 4fea28e to da1bf9b Compare June 18, 2026 01:39
@renovate renovate Bot changed the title chore(deps): update opencode to v1.17.7 chore(deps): update opencode to v1.17.8 Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants