Skip to content

Conversation

@alexx-ftw
Copy link

Summary

Adds a new tui.auto_scroll configuration option to control the sticky scrolling behavior in the TUI session view. This addresses the request to prevent auto-scrolling when new messages arrive.

Changes

  • Added auto_scroll boolean to TUI config schema in packages/opencode/src/config/config.ts
  • Updated packages/opencode/src/cli/cmd/tui/routes/session/index.tsx to respect the auto_scroll setting (defaults to true).

Fixes #7648

@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@alexx-ftw alexx-ftw force-pushed the feat/tui-auto-scroll-setting branch from 4ec7417 to 3ee9c35 Compare January 10, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setting to prevent TUI scrolling when new message are streamed-in

1 participant