Skip to content

Commit 937925f

Browse files
committed
feat(tui-chat): implement anchor-based scroll restoration for toggles to
preserve scroll position when navigating.\n\nStaged: cli-definitions.ts, chat.ts.\n\n🤖 Generated with Codebuff\nCo-Authored-By: Codebuff <noreply@codebuff.com>
1 parent b46aae2 commit 937925f

File tree

4 files changed

+516
-821
lines changed

4 files changed

+516
-821
lines changed

npm-app/src/cli-definitions.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,10 @@ export const cliOptions: CliParam[] = [
9393
menuDescription: 'Log subagent messages to trace files',
9494
hidden: false,
9595
},
96+
{
97+
flags: '--chat',
98+
description: 'Launch directly into altbuffer chat mode',
99+
menuDescription: 'Launch directly into altbuffer chat mode',
100+
hidden: false,
101+
},
96102
]

0 commit comments

Comments
 (0)