kin: KIN-FIX-023-backend_dev
This commit is contained in:
parent
03e2915ad6
commit
0cc0566462
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ def _run_claude(
|
|||
"--model", model,
|
||||
]
|
||||
is_noninteractive = noninteractive or os.environ.get("KIN_NONINTERACTIVE") == "1"
|
||||
if allow_write or noninteractive:
|
||||
if allow_write or is_noninteractive:
|
||||
cmd.append("--dangerously-skip-permissions")
|
||||
if timeout is None:
|
||||
env_timeout = os.environ.get("KIN_AGENT_TIMEOUT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue