mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 16:29:57 +00:00
fix(cli): suppress replay footer type error
This commit is contained in:
parent
a897a04700
commit
047a8dc573
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ export async function createRuntimeLifecycle(input: LifecycleInput): Promise<Lif
|
|||
}
|
||||
|
||||
footer.resetForReplay(true)
|
||||
// @ts-expect-error resetSplitFooterForReplay is restored with the native OpenTUI update.
|
||||
renderer.resetSplitFooterForReplay({ clearSavedLines: true })
|
||||
const splash = splashInfo(next.sessionTitle ?? input.sessionTitle, next.history)
|
||||
renderer.writeToScrollback(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue