From d340ea92d1c3f225e3cc0560b53050dda8af0bd5 Mon Sep 17 00:00:00 2001 From: smysle Date: Tue, 10 Mar 2026 20:35:04 +0800 Subject: [PATCH] chore: add .dev-state to .gitignore (#41848) Merged via squash. Prepared head SHA: 85c4eb7d261271faa36cffa36a859d218af0378e Co-authored-by: smysle <207193754+smysle@users.noreply.github.com> Co-authored-by: hydro13 <6640526+hydro13@users.noreply.github.com> Reviewed-by: @hydro13 --- .gitignore | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 29afb5e1261..0627a573c79 100644 --- a/.gitignore +++ b/.gitignore @@ -121,3 +121,4 @@ dist/protocol.schema.json # Synthing **/.stfolder/ +.dev-state diff --git a/CHANGELOG.md b/CHANGELOG.md index 81c3f0d67c3..8dee0c3151b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Docs: https://docs.openclaw.ai ### Changes - Gateway/node pending work: add narrow in-memory pending-work queue primitives (`node.pending.enqueue` / `node.pending.drain`) and wake-helper reuse as a foundation for dormant-node work delivery. (#41409) Thanks @mbelinky. +- Git/runtime state: ignore the gateway-generated `.dev-state` file so local runtime state does not show up as untracked repo noise. (#41848) Thanks @smysle. - ACP/sessions_spawn: add optional `resumeSessionId` for `runtime: "acp"` so spawned ACP sessions can resume an existing ACPX/Codex conversation instead of always starting fresh. (#41847) Thanks @pejmanjohn. ### Breaking