fix: make profile subprocess HOME policy explicit
This commit is contained in:
@@ -394,7 +394,7 @@ def load_cli_config() -> Dict[str, Any]:
|
||||
"terminal": {
|
||||
"env_type": "local",
|
||||
"cwd": ".", # "." is resolved to os.getcwd() at runtime
|
||||
"timeout": 60,
|
||||
"home_mode": "auto",
|
||||
"lifetime_seconds": 300,
|
||||
"docker_image": "nikolaik/python-nodejs:python3.11-nodejs20",
|
||||
"docker_forward_env": [],
|
||||
@@ -589,6 +589,7 @@ def load_cli_config() -> Dict[str, Any]:
|
||||
"env_type": "TERMINAL_ENV",
|
||||
"cwd": "TERMINAL_CWD",
|
||||
"timeout": "TERMINAL_TIMEOUT",
|
||||
"home_mode": "TERMINAL_HOME_MODE",
|
||||
"lifetime_seconds": "TERMINAL_LIFETIME_SECONDS",
|
||||
"docker_image": "TERMINAL_DOCKER_IMAGE",
|
||||
"docker_forward_env": "TERMINAL_DOCKER_FORWARD_ENV",
|
||||
|
||||
Reference in New Issue
Block a user