Skip to content

Commit 05fcc19

Browse files
Merge pull request #11 from Chintanpatel24
feat: make ArrowCode run as an inline CLI with on-demand full TUI tog…
2 parents 26cb1c1 + 7a6cf5e commit 05fcc19

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tui/App.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export function App(props: {
315315
break;
316316
case "run_start":
317317
setRunActive(true);
318+
setLayoutMode("classic");
318319
setFinalText("");
319320
setSystemLine(`Running: ${e.prompt.slice(0, 80)}`);
320321
harness.sessionLog.push("user", e.prompt.slice(0, 200));

0 commit comments

Comments
 (0)