feat(tui): default auto-title on and re-derive it on resume

This commit is contained in:
Turtle
2026-07-22 10:55:20 +08:00
parent 5773ef9b0c
commit f503d838e9
7 changed files with 75 additions and 2 deletions

View File

@@ -259,6 +259,9 @@ async function runScenario(scenario: Scenario): Promise<ScenarioResult> {
color: true,
showReasoning: true,
title: 'DSH TUI snapshot',
// Off so replay stays deterministic: an auto-title request is not among the
// recorded turns. Auto-title's PTY coverage lives in the keyless smoke.
autoTitle: false,
welcome: `Recorded replay: ${scenario.name}`,
maxToolOutputLines: 8,
}, {