Persistent shell support

This commit is contained in:
jacob314
2026-03-06 13:31:54 -08:00
parent 3d4956aa57
commit 39d1a1bf2f
19 changed files with 1119 additions and 47 deletions
+7
View File
@@ -1305,6 +1305,13 @@
"default": true,
"type": "boolean"
},
"enablePersistentShell": {
"title": "Enable Persistent Shell",
"description": "Maintain a persistent shell session across commands to preserve environment variables, directory changes, and aliases.",
"markdownDescription": "Maintain a persistent shell session across commands to preserve environment variables, directory changes, and aliases.\n\n- Category: `Tools`\n- Requires restart: `yes`\n- Default: `true`",
"default": true,
"type": "boolean"
},
"pager": {
"title": "Pager",
"description": "The pager command to use for shell output. Defaults to `cat`.",