@@ -964,7 +964,7 @@
//
// Default: true
"flexible": true,
- // Where to position the sidebar. Can be 'left' or 'right'.
+ // Where to position the threads sidebar. Can be 'left' or 'right'.
"sidebar_side": "left",
// Default width when the agent panel is docked to the left or right.
"default_width": 640,
@@ -33,7 +33,7 @@ pub enum NewThreadLocation {
NewWorktree,
}
-/// Where to position the sidebar.
+/// Where to position the threads sidebar.
#[derive(
Clone,
Copy,
@@ -114,7 +114,7 @@ pub struct AgentSettingsContent {
///
/// Default: true
pub flexible: Option<bool>,
- /// Where to position the sidebar.
+ /// Where to position the threads sidebar.
///
/// Default: left
pub sidebar_side: Option<SidebarDockPosition>,