opencode upgrade issue #256

Closed
opened 2026-02-16 17:25:57 -05:00 by yindo · 3 comments
Owner

Originally created by @entrepeneur4lyf on GitHub (Jun 24, 2025).

When I use the upgrade flag, the app is updated - it says. It shows the correct version... however, it doesn't run the new version?

opencode upgrade

┌  Upgrade
│
●  From 0.1.115 → 0.1.126
│
◇  Upgrade complete
│
└  Done

(base) shawn@shawn-beast:~/workspace/meta$ opencode --help

Commands:
  opencode [project]         start opencode TUI                        [default]
  opencode run [message..]   Run opencode with a message
  opencode auth              Manage credentials
  opencode upgrade [target]  upgrade opencode to the latest version or a
                             specific version

Positionals:
  project  path to start opencode in                                    [string]

Options:
  --help        Show help                                              [boolean]
  --version     Show version number                                    [boolean]
  --print-logs  Print logs to stderr                                   [boolean]
(base) shawn@shawn-beast:~/workspace/meta$ opencode --version
0.1.115
Originally created by @entrepeneur4lyf on GitHub (Jun 24, 2025). When I use the upgrade flag, the app is updated - it says. It shows the correct version... however, it doesn't run the new version? ``` opencode upgrade ┌ Upgrade │ ● From 0.1.115 → 0.1.126 │ ◇ Upgrade complete │ └ Done (base) shawn@shawn-beast:~/workspace/meta$ opencode --help Commands: opencode [project] start opencode TUI [default] opencode run [message..] Run opencode with a message opencode auth Manage credentials opencode upgrade [target] upgrade opencode to the latest version or a specific version Positionals: project path to start opencode in [string] Options: --help Show help [boolean] --version Show version number [boolean] --print-logs Print logs to stderr [boolean] (base) shawn@shawn-beast:~/workspace/meta$ opencode --version 0.1.115 ```
yindo closed this issue 2026-02-16 17:25:57 -05:00
Author
Owner

@cravenceiling commented on GitHub (Jun 24, 2025):

I think this is a duplicate of #208. I'm not sure when it was fixed but right now I can use the upgrade command without any problem.

λ step opencode upgrade

  █▀▀█ █▀▀█ █▀▀ █▀▀▄ █▀▀ █▀▀█ █▀▀▄ █▀▀
  █░░█ █░░█ █▀▀ █░░█ █░░ █░░█ █░░█ █▀▀
  ▀▀▀▀ █▀▀▀ ▀▀▀ ▀  ▀ ▀▀▀ ▀▀▀▀ ▀▀▀  ▀▀▀

┌  Upgrade
│
●  Using method: curl
│
●  From 0.1.123 → 0.1.126
│
◇  Upgrade complete
│
└  Done

λ step opencode --version
0.1.126
@cravenceiling commented on GitHub (Jun 24, 2025): I think this is a duplicate of #208. I'm not sure when it was fixed but right now I can use the `upgrade` command without any problem. ```bash λ step opencode upgrade █▀▀█ █▀▀█ █▀▀ █▀▀▄ █▀▀ █▀▀█ █▀▀▄ █▀▀ █░░█ █░░█ █▀▀ █░░█ █░░ █░░█ █░░█ █▀▀ ▀▀▀▀ █▀▀▀ ▀▀▀ ▀ ▀ ▀▀▀ ▀▀▀▀ ▀▀▀ ▀▀▀ ┌ Upgrade │ ● Using method: curl │ ● From 0.1.123 → 0.1.126 │ ◇ Upgrade complete │ └ Done λ step opencode --version 0.1.126 ```
Author
Owner

@adamdotdevin commented on GitHub (Jun 24, 2025):

yeah, i think you'll need to do a reinstall and then future auto-upgrades should work

@adamdotdevin commented on GitHub (Jun 24, 2025): yeah, i think you'll need to do a reinstall and then future auto-upgrades should work
Author
Owner

@adamdotdevin commented on GitHub (Jun 24, 2025):

going to close, please do lmk if you have any further upgrade issues after getting latest installed

@adamdotdevin commented on GitHub (Jun 24, 2025): going to close, please do lmk if you have any further upgrade issues after getting latest installed
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#256