diff --git a/CHANGELOG.md b/CHANGELOG.md index e39b84165..78ff43e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -90,6 +90,7 @@ - Doctor: suggest adding the workspace memory system when missing (opt-out via `--no-workspace-suggestions`). - Doctor: normalize default workspace path to `~/clawd` (avoid `~/clawdbot`). - Doctor: add `--yes` and `--non-interactive` for headless/automation runs (`--non-interactive` only applies safe migrations). +- Doctor/CLI: scan for extra gateway-like services (optional `--deep`) and show cleanup hints. - Gateway/CLI: auto-migrate legacy sessions + agent state layouts on startup (safe; WhatsApp auth still requires `clawdbot doctor`). - Workspace: only create `BOOTSTRAP.md` for brand-new workspaces (don’t recreate after deletion). - Build: fix duplicate protocol export, align Codex OAuth options, and add proper-lockfile typings.