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