Skip to content

Commit 8d1acb7

Browse files
suryaiyer95claude
andcommitted
fix: resolve typecheck error — pass tuiConfig as config to tui()
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ffe7d24 commit 8d1acb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/opencode/src/cli/cmd/tui/thread.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,10 @@ export const TuiThreadCommand = cmd({
171171

172172
const tuiPromise = tui({
173173
url,
174-
config,
174+
config: tuiConfig,
175175
directory: cwd,
176176
fetch: customFetch,
177177
events,
178-
tuiConfig,
179178
args: {
180179
continue: args.continue,
181180
sessionID: args.session,

0 commit comments

Comments
 (0)