anomalyco / anomalyco/opencode
Windows: Verbose Bun stack traces on every startup
Open
@Hona is already working on this.
Since Aug 8, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description:
Opencode outputs internal Bun runtime stack traces (file paths, line numbers, function names) every time it starts on Windows. This happens with both npm and bun installations. The app works correctly but the debug output is noisy and cannot be suppressed through config.
Expected: Clean startup without debug traces
Actual: Verbose stack traces with BUN root paths on every startup
Plugins
No response
OpenCode version
1.18.15
Steps to reproduce:
- Install opencode on Windows via
npm install -g opencode-ai - Run
opencode - See Bun stack traces in terminal output
Screenshot and/or share link
Operating System
Windows 11
Terminal
bash, windows terminal
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.