feat: expose autoScrollEnabled config setting #271

Closed
opened 2026-05-06 12:24:42 -07:00 by hikari · 0 comments
Owner

Overview

CLI v2.1.110 added an autoScrollEnabled config option to disable conversation auto-scroll in fullscreen mode. This should be exposed in the app's settings UI.

Changes Required

  • Add an autoScrollEnabled toggle to src/lib/components/ConfigSidebar.svelte (or an appropriate settings section)
  • Pass it through to the Claude Code config (via ~/.claude/settings.json or a flag) when starting a session

Context

From the v2.1.110 changelog:

Added autoScrollEnabled config to disable conversation auto-scroll in fullscreen mode

This is a quality-of-life setting for users who prefer to scroll back through conversation history without the view jumping to the latest message while Claude is responding.

References

  • Claude Code CLI v2.1.110 changelog

This issue was created with help from Hikari~ 🌸

## Overview CLI v2.1.110 added an `autoScrollEnabled` config option to disable conversation auto-scroll in fullscreen mode. This should be exposed in the app's settings UI. ## Changes Required - Add an `autoScrollEnabled` toggle to `src/lib/components/ConfigSidebar.svelte` (or an appropriate settings section) - Pass it through to the Claude Code config (via `~/.claude/settings.json` or a flag) when starting a session ## Context From the v2.1.110 changelog: > Added `autoScrollEnabled` config to disable conversation auto-scroll in fullscreen mode This is a quality-of-life setting for users who prefer to scroll back through conversation history without the view jumping to the latest message while Claude is responding. ## References - Claude Code CLI v2.1.110 changelog ✨ This issue was created with help from Hikari~ 🌸
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#271