Skip to content

OpenCode Docker 1.2.5

Choose a tag to compare

@github-actions github-actions released this 16 Feb 09:42
· 20 commits to main since this release

OpenCode Docker Image 1.2.5

This release tracks OpenCode v1.2.5.

Docker Image

Pull this version:

docker pull ghcr.io/fluxbase-eu/opencode-docker:1.2.5

Or use latest:

docker pull ghcr.io/fluxbase-eu/opencode-docker:latest

Quick Start

docker run -p 4000:4000 ghcr.io/fluxbase-eu/opencode-docker:1.2.5

Available Tags

  • 1.2.5 - This specific version
  • 1.2 - Major.Minor version
  • latest - Latest stable release

OpenCode Release Notes

Core

  • Ensure SQLite migration logs to stderr instead of stdout

Desktop

  • Fixed issue viewing new files opened from the file tree (@shanebishop1)
  • Only navigate prompt history at input boundaries (@nexxeln)
  • Add keyboard shortcut Shift+Tab to the application (@neriousy)
  • Focus window after update and relaunch (@zerone0x)
  • Add GeistMono Nerd Font to available mono font options (@brandon-julio-t)

Thank you to 7 community contributors:

  • @brandon-julio-t:
    • feat: Add GeistMono Nerd Font to available mono font options (#13720)
  • @zerone0x:
    • fix(desktop): focus window after update/relaunch (#13701)
  • @dector:
    • docs: add Ukrainian README translation (#13697)
  • @neriousy:
    • fix(app): keybind [shift+tab] (#13695)
  • @nexxeln:
    • fix(app): only navigate prompt history at input boundaries (#13690)
  • @shanebishop1:
    • fix(desktop): issue viewing new files opened from the file tree (#13689)
  • @alexyaroshuk:
    • feat(app): localize "free usage exceeded" error & "Add credits" clickable link (#13652)