Merge branch 'KIN-FIX-023-backend_dev'
This commit is contained in:
commit
2bc0146189
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ def _run_claude(
|
||||||
"--model", model,
|
"--model", model,
|
||||||
]
|
]
|
||||||
is_noninteractive = noninteractive or os.environ.get("KIN_NONINTERACTIVE") == "1"
|
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")
|
cmd.append("--dangerously-skip-permissions")
|
||||||
if timeout is None:
|
if timeout is None:
|
||||||
env_timeout = os.environ.get("KIN_AGENT_TIMEOUT")
|
env_timeout = os.environ.get("KIN_AGENT_TIMEOUT")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue