File tree Expand file tree Collapse file tree 4 files changed +21
-21
lines changed
Expand file tree Collapse file tree 4 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ import { DialogVariant } from "./component/dialog-variant"
125125
126126function 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 ( )
Original file line number Diff line number Diff line change 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" : {
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:" ,
You can’t perform that action at this time.
0 commit comments