sidebar: Group thread sidebar settings and add default width - #63452
Open
joshkent94 wants to merge 1 commit into
Open
sidebar: Group thread sidebar settings and add default width#63452joshkent94 wants to merge 1 commit into
joshkent94 wants to merge 1 commit into
Conversation
joshkent94
marked this pull request as ready for review
August 30, 2026 16:42
joshkent94
force-pushed
the
sidebar/configure-thread-sidebar
branch
from
August 30, 2026 18:19
c4b2043 to
68a8040
Compare
joshkent94
force-pushed
the
sidebar/configure-thread-sidebar
branch
from
August 31, 2026 08:21
68a8040 to
5a67f66
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
The threads sidebar position is currently a standalone
agent.sidebar_sidesetting, and its width is fixed at 300px. Unlike dock panels, it has no configurable default width that updates the live sidebar.Solution
agent.thread_sidebar, migratesidebar_sidetopositionacross settings scopes, and exposepositionanddefault_widthin Settings.Testing
cargo test -p migrator nest_agent_sidebar_side_under_thread_sidebar_positioncargo test -p agent_settings test_thread_sidebar_settingscargo test -p sidebar -p gpui_platform --features gpui_platform/runtime_shaders thread_sidebar_default_widthcargo test -p sidebar -p gpui_platform --features gpui_platform/runtime_shaders serialization_round_tripcargo fmt --all -- --check./script/clippy -p agent -p agent_settings -p agent_ui -p migrator -p settings_content -p settings_ui -p sidebar -p workspace -p gpui_platform --features gpui_platform/runtime_shadersgit diff --checkSelf-Review Checklist:
Recording
Screen.Recording.2026-08-30.at.18.50.27.mov
Release Notes: