Skip to content

OpenCode Docker 1.4.1

Choose a tag to compare

@github-actions github-actions released this 09 Apr 10:03
· 13 commits to main since this release
19b79e7

OpenCode Docker Image 1.4.1

This release tracks OpenCode v1.4.1.

Docker Image

Pull this version:

docker pull ghcr.io/nimbleflux/opencode-docker:1.4.1

Or use latest:

docker pull ghcr.io/nimbleflux/opencode-docker:latest

Quick Start

docker run -p 4000:4000 ghcr.io/nimbleflux/opencode-docker:1.4.1

Available Tags

  • 1.4.1 - This specific version
  • 1.4 - Major.Minor version
  • latest - Latest stable release

OpenCode Release Notes

Core

  • Fix clangd choosing CMakeLists.txt or Makefile as the project root in C and C++ workspaces. (@nonbanana)
  • Add permission prompts for GitLab Duo Workflow tool calls instead of auto-running them. (@vglafirov)
  • Hide unsupported variants for Big Pickle models.

TUI

  • Show an OpenCode Go subscribe prompt when free usage limits are reached.
  • Simplify provider labels in the model and provider pickers.

Desktop

  • Fix terminal connections in same-origin desktop and web app setups. (@OpeOginni)
  • Fix session review and change lists when diff data arrives in inconsistent shapes.

SDK

  • Fix the generated SDK and OpenAPI types for /providers and session shell responses.

Thank you to 3 community contributors:

  • @OpeOginni:
    • fix(app): skip url password setting for same-origin server and web app (#19923)
  • @vglafirov:
    • feat(llm): integrate GitLab DWS tool approval with permission system (#19955)
  • @nonbanana:
    • fix(lsp): remove CMakeLists.txt and Makefile from clangd root markers (#21466)