Merge pull request #781 from ronyrus/fix/update-doctor-noninteractive

fix: pass --non-interactive to doctor during update
This commit is contained in:
Peter Steinberger
2026-01-13 00:59:52 +00:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
### Fixes
- 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.
- Update: run `clawdbot doctor --non-interactive` during updates to avoid TTY hangs. (#781 — thanks @ronyrus)
## 2026.1.12-3

View File

@@ -417,7 +417,7 @@ export async function runGatewayUpdate(
const doctorStep = await runStep(
step(
"clawdbot doctor",
managerScriptArgs(manager, "clawdbot", ["doctor"]),
managerScriptArgs(manager, "clawdbot", ["doctor", "--non-interactive"]),
gitRoot,
{ CLAWDBOT_UPDATE_IN_PROGRESS: "1" },
),