Skip to content

Commit 82af690

Browse files
Apply PR #19950: [DO-NOT-MERGE] testing a preview opentui upgrade
2 parents 1d1ddc1 + c7e570f commit 82af690

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

bun.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/opencode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
"@opencode-ai/sdk": "workspace:*",
115115
"@opencode-ai/util": "workspace:*",
116116
"@openrouter/ai-sdk-provider": "2.3.3",
117-
"@opentui/core": "0.1.92",
118-
"@opentui/solid": "0.1.92",
117+
"@opentui/core": "0.1.93",
118+
"@opentui/solid": "0.1.93",
119119
"@parcel/watcher": "2.5.1",
120120
"@pierre/diffs": "catalog:",
121121
"@solid-primitives/event-bus": "1.1.2",

packages/opencode/src/cli/cmd/tui/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ import { DialogVariant } from "./component/dialog-variant"
125125

126126
function rendererConfig(_config: TuiConfig.Info): CliRendererConfig {
127127
return {
128+
externalOutputMode: "passthrough",
128129
targetFps: 60,
129130
gatherStats: false,
130131
exitOnCtrlC: false,
@@ -250,7 +251,6 @@ function App(props: { onSnapshot?: () => Promise<string[]> }) {
250251
const route = useRoute()
251252
const dimensions = useTerminalDimensions()
252253
const renderer = useRenderer()
253-
renderer.disableStdoutInterception()
254254
const dialog = useDialog()
255255
const local = useLocal()
256256
const kv = useKV()

packages/plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"zod": "catalog:"
2222
},
2323
"peerDependencies": {
24-
"@opentui/core": ">=0.1.92",
25-
"@opentui/solid": ">=0.1.92"
24+
"@opentui/core": ">=0.1.93",
25+
"@opentui/solid": ">=0.1.93"
2626
},
2727
"peerDependenciesMeta": {
2828
"@opentui/core": {
@@ -33,8 +33,8 @@
3333
}
3434
},
3535
"devDependencies": {
36-
"@opentui/core": "0.1.92",
37-
"@opentui/solid": "0.1.92",
36+
"@opentui/core": "0.1.93",
37+
"@opentui/solid": "0.1.93",
3838
"@tsconfig/node22": "catalog:",
3939
"@types/node": "catalog:",
4040
"typescript": "catalog:",

0 commit comments

Comments
 (0)