Merge pull request #781 from ronyrus/fix/update-doctor-noninteractive
fix: pass --non-interactive to doctor during update
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
### Fixes
|
### Fixes
|
||||||
- Anthropic: merge consecutive user turns (preserve newest metadata) before validation to avoid “Incorrect role information” errors. (#804 — thanks @ThomsenDrake)
|
- Anthropic: merge consecutive user turns (preserve newest metadata) before validation to avoid “Incorrect role information” errors. (#804 — thanks @ThomsenDrake)
|
||||||
- Discord/Slack: centralize reply-thread planning so auto-thread replies stay in the created thread without parent reply refs.
|
- Discord/Slack: centralize reply-thread planning so auto-thread replies stay in the created thread without parent reply refs.
|
||||||
|
- Update: run `clawdbot doctor --non-interactive` during updates to avoid TTY hangs. (#781 — thanks @ronyrus)
|
||||||
|
|
||||||
## 2026.1.12-3
|
## 2026.1.12-3
|
||||||
|
|
||||||
|
|||||||
@@ -417,7 +417,7 @@ export async function runGatewayUpdate(
|
|||||||
const doctorStep = await runStep(
|
const doctorStep = await runStep(
|
||||||
step(
|
step(
|
||||||
"clawdbot doctor",
|
"clawdbot doctor",
|
||||||
managerScriptArgs(manager, "clawdbot", ["doctor"]),
|
managerScriptArgs(manager, "clawdbot", ["doctor", "--non-interactive"]),
|
||||||
gitRoot,
|
gitRoot,
|
||||||
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
|
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user