File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/opencode/src/cli/cmd/tui/routes/session Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -321,8 +321,9 @@ export function Session() {
321321 }
322322 sdk . client . session . summarize ( {
323323 sessionID : route . sessionID ,
324- modelID : selectedModel . modelID ,
325324 providerID : selectedModel . providerID ,
325+ modelID : selectedModel . modelID ,
326+ // @ts -ignore
326327 prompt,
327328 } )
328329 dialog . clear ( )
@@ -870,11 +871,11 @@ export function Session() {
870871 { ( function ( ) {
871872 const command = useCommandDialog ( )
872873 const [ hover , setHover ] = createSignal ( false )
873- const dialog = useDialog ( )
874+ const modal = useDialog ( )
874875
875876 const handleUnrevert = async ( ) => {
876877 const confirmed = await DialogConfirm . show (
877- dialog ,
878+ modal ,
878879 "Confirm Redo" ,
879880 "Are you sure you want to restore the reverted messages?" ,
880881 )
You can’t perform that action at this time.
0 commit comments