-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
bugSomething isn't workingSomething isn't workingopentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentuiwindows
Description
Description
See the attached screen shots. But I getting garbled characters on my windows machine when I have the uv formatter enabled. I installed opencode with npm, and for some reason the uv formatter appears to be messing with the characters of the TUI. Mostly a lot of †characters, and it's not always in the TUI chrome, the response from the models also has messed up characters. Disabling UV formatter fixes the issue.
Plugins
none
OpenCode version
1.1.25
Steps to reproduce
- Install open code on windows (I used
npm install -g opencode-ai) - install the latest python and uv.
- Run
opencodein windows terminal, powershell, pwsh, or wezterm - observe random characters instead of TUI chrome.
Screenshot and/or share link
Operating System
Windows 11
Terminal
Window Terminal, Powershell, Pwsh, and WezTerm all have the same issue for me.
Workaround
Disable UV formatter in opencode.json:
"uv": {
"disabled": true
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingopentuiThis relates to changes in v1.0, now that opencode uses opentuiThis relates to changes in v1.0, now that opencode uses opentuiwindows