fix(tui): pasting causes panic on macos

This commit is contained in:
adamdottv 2025-07-08 14:57:17 -05:00
commit daa5fc916a
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 6 additions and 3 deletions

View file

@ -84,6 +84,7 @@ export const TuiCommand = cmd({
stdin: "inherit",
env: {
...process.env,
CGO_ENABLED: 0,
OPENCODE_SERVER: server.url.toString(),
OPENCODE_APP_INFO: JSON.stringify(app),
},