Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/schemas/json/claude-code-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3808,10 +3808,6 @@
"type": "boolean",
"description": "Whether including the keyword \"ultracode\" in a prompt triggers a dynamic workflow. Requires Claude Code v2.1.157 or later. See https://code.claude.com/docs/en/settings#available-settings",
"default": true
},
"leftArrowOpensAgents": {
"type": "boolean",
"description": "Whether the Left arrow key at the start of an empty prompt opens the agents view. Turn it off in /config (the leftArrowOpensAgents setting). See https://code.claude.com/docs/en/agent-view"
}
},
"title": "Claude Code Settings"
Expand Down
1 change: 0 additions & 1 deletion src/test/claude-code-settings/modern-complete-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@
"includeGitInstructions": false,
"inputNeededNotifEnabled": true,
"language": "english",
"leftArrowOpensAgents": true,
"managedMcpServers": [
{
"name": "corp-tools",
Expand Down
Loading