Piotr SQLek Skólski
Piotr SQLek Skólski
Having the same problem with `toolbox version 0.0.99.3`. I tried experimenting with other images, non toolbox ones, and they work. My working assumption is that the host toolbox is not...
I can confirm with 0.1.143 from releases. -- edit -- If problem is on Go side 224 line of tui.go is a good place to start debugging. https://github.com/sst/opencode/blob/dev/packages/tui/internal/tui/tui.go#L224 -- edit...
I was unable to localize compiled bun/ts files to transplant wsl=>windows, so I transplanting whole cross compiled binary with debug enabled. > GOOS=windows GOARCH=amd64 go build -gcflags="all=-N -l" -o opencode.exe...