chore: add .dev-state to .gitignore#41848
Merged
hydro13 merged 2 commits intoopenclaw:mainfrom Mar 10, 2026
Merged
Conversation
Contributor
Greptile SummaryThis PR adds
Confidence Score: 5/5
Last reviewed commit: b35fab2 |
hydro13
added a commit
to smysle/openclaw
that referenced
this pull request
Mar 10, 2026
b35fab2 to
f01febd
Compare
The .dev-state file is generated at runtime by the gateway process and should not be tracked in version control. Closes openclaw#41781
f01febd to
85c4eb7
Compare
Contributor
|
Merged via squash.
Thanks @smysle! |
mrosmarin
added a commit
to mrosmarin/openclaw
that referenced
this pull request
Mar 10, 2026
* main: (43 commits) docs: add openclaw#42173 to CHANGELOG — strip leaked model control tokens (openclaw#42216) Agents: align onPayload callback and OAuth imports docs: add Tengji (George) Zhang to maintainer table (openclaw#42190) fix: strip leaked model control tokens from user-facing text (openclaw#42173) Changelog: add unreleased March 9 entries chore: add .dev-state to .gitignore (openclaw#41848) fix(agents): avoid duplicate same-provider cooldown probes in fallback runs (openclaw#41711) fix(mattermost): preserve markdown formatting and native tables (openclaw#18655) feat(acp): add resumeSessionId to sessions_spawn for ACP session resume (openclaw#41847) ACPX: bump bundled acpx to 0.1.16 (openclaw#41975) mattermost: fix DM media upload for unprefixed user IDs (openclaw#29925) fix(msteams): use General channel conversation ID as team key for Bot Framework compatibility (openclaw#41838) fix(mattermost): read replyTo param in plugin handleAction send (openclaw#41176) fix(sandbox): pass real workspace to sessions_spawn when workspaceAccess is ro (openclaw#40757) fix(ui): replace Manual RPC text input with sorted method dropdown (openclaw#14967) CI: select Swift 6.2 toolchain for CodeQL (openclaw#41787) fix(agents): forward memory flush write path (openclaw#41761) fix(telegram): move network fallback to resolver-scoped dispatchers (openclaw#40740) fix(security): harden replaceMarkers() to catch space/underscore boundary marker variants (openclaw#35983) fix(web-search): recover OpenRouter Perplexity citations from message annotations (openclaw#40881) ...
4 tasks
Moshiii
pushed a commit
to Moshiii/openclaw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
Moshiii
pushed a commit
to Moshiii/openclaw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
frankekn
pushed a commit
to MoerAI/openclaw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
frankekn
pushed a commit
to Effet/openclaw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
frankekn
pushed a commit
to ImLukeF/openclaw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
dominicnunez
pushed a commit
to dominicnunez/openclaw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
dhoman
pushed a commit
to dhoman/chrono-claw
that referenced
this pull request
Mar 11, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
ahelpercn
pushed a commit
to ahelpercn/openclaw
that referenced
this pull request
Mar 12, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
Ruijie-Ysp
pushed a commit
to Ruijie-Ysp/clawdbot
that referenced
this pull request
Mar 12, 2026
Merged via squash. Prepared head SHA: 85c4eb7 Co-authored-by: smysle <[email protected]> Co-authored-by: hydro13 <[email protected]> Reviewed-by: @hydro13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #41781
The
.dev-statefile is generated at runtime by the gateway process and should not be tracked in version control.