fix(app): remove session loading stripe
This commit is contained in:
parent
bd149f0daa
commit
09da447523
28 changed files with 0 additions and 157 deletions
|
|
@ -119,7 +119,6 @@ export async function setupTimelineBenchmark(page: Page, options: { historyTurns
|
|||
editToolPartsExpanded: true,
|
||||
shellToolPartsExpanded: true,
|
||||
showReasoningSummaries: true,
|
||||
showSessionProgressBar: true,
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ export async function installTimelineSettings(page: Page) {
|
|||
editToolPartsExpanded: true,
|
||||
shellToolPartsExpanded: true,
|
||||
showReasoningSummaries: true,
|
||||
showSessionProgressBar: true,
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -261,7 +261,6 @@ async function configurePage(page: Page) {
|
|||
editToolPartsExpanded: true,
|
||||
shellToolPartsExpanded: true,
|
||||
showReasoningSummaries: true,
|
||||
showSessionProgressBar: true,
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -47,7 +47,6 @@ async function configurePage(page: Page) {
|
|||
editToolPartsExpanded: true,
|
||||
shellToolPartsExpanded: true,
|
||||
showReasoningSummaries: true,
|
||||
showSessionProgressBar: true,
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
|
|
@ -362,7 +362,6 @@ async function configureSmokePage(page: Page, directory: string) {
|
|||
editToolPartsExpanded: true,
|
||||
shellToolPartsExpanded: true,
|
||||
showReasoningSummaries: true,
|
||||
showSessionProgressBar: true,
|
||||
},
|
||||
}),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue