-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Prerequisites
- I will write this issue in English (see our Language Policy)
- I have searched existing issues to avoid duplicates
- I am using the latest version of oh-my-opencode
- I have read the documentation or asked an AI coding agent with this project's GitHub URL loaded and couldn't find the answer
Bug Description
The --version flag outputs 3.11.0 even though the installed version is 3.11.2.
Steps to Reproduce
Bug Description
The --version flag outputs 3.11.0 even though the installed version is 3.11.2.
Steps to Reproduce
-
Install oh-my-opencode v3.11.2 via bun:
bun update -g oh-my-opencode
-
Check the package.json versions (both show 3.11.2):
cat ~/.bun/install/global/node_modules/oh-my-opencode/package.json | grep version
cat ~/.bun/install/global/node_modules/oh-my-opencode-darwin-arm64/package.json | grep version -
Run the binary with --version:
~/.bun/install/global/node_modules/oh-my-opencode-darwin-arm64/bin/oh-my-opencode --versionOutput: 3.11.0 <-- Expected: 3.11.2
Expected Behavior
--version should output 3.11.2.
Actual Behavior
--version outputs 3.11.0.
Environment
- OS: macOS (darwin-arm64)
- Install method: bun global install
Analysis
The version string embedded in the compiled binary was not updated when releasing v3.11.2. Package.json files are correct, but the binary's internal version string is out of sync.
Expected Behavior
The version is displayed correctly
Actual Behavior
Inconsistent version number
Doctor Output
- OS: macOS (darwin-arm64)
- Install method: bun global installError Logs
Configuration
Additional Context
No response
Operating System
macOS
OpenCode Version
3.11.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working