fix(exec): resolve PATH key case-insensitively for Windows pathPrepend#31879
Merged
Takhoffman merged 1 commit intomainfrom Mar 2, 2026
Merged
fix(exec): resolve PATH key case-insensitively for Windows pathPrepend#31879Takhoffman merged 1 commit intomainfrom
Takhoffman merged 1 commit intomainfrom
Conversation
Linux2010
pushed a commit
to Linux2010/openclaw
that referenced
this pull request
Mar 2, 2026
openclaw#25399) (openclaw#31879) Co-authored-by: Glucksberg <markuscontasul@gmail.com>
Contributor
Greptile SummaryFixes Windows PATH environment variable case-sensitivity bug by introducing case-insensitive key lookup. On Windows, Key changes:
The fix is scoped to functions that receive copied env objects ( Confidence Score: 5/5
Last reviewed commit: ae85032 |
mrosmarin
added a commit
to mrosmarin/openclaw
that referenced
this pull request
Mar 2, 2026
* main: (174 commits) refactor(gateway): unify control-ui and plugin webhook routing fix(exec): resolve PATH key case-insensitively for Windows pathPrepend (openclaw#25399) (openclaw#31879) fix(tsgo): unblock baseline type errors (openclaw#31873) fix(security): harden sms.send dangerous-node defaults fix(gateway): let POST requests pass through root-mounted Control UI to plugin handlers fix(browser): fail closed navigation guard with env proxy test(perf): reduce timer teardown overhead in cron issue regressions refactor: split browser context/actions and unify CDP timeout policy test(perf): cache redact hints and tune guardrail scan concurrency docs(changelog): credit sessions_spawn agentId validation fix (openclaw#31381) fix(agents): validate sessions_spawn agentId format (openclaw#31381) fix(agents): add strict format validation to sessions_spawn for agentId fix(logging): log timestamps use local time instead of UTC (openclaw#28434) test(perf): remove redundant module reset in system presence version tests test(perf): avoid module reload churn in config guard tests fix(gateway): fail closed plugin auth path canonicalization docs(changelog): credit sandbox mkdirp boundary fix (openclaw#31547) fix(sandbox): allow mkdirp boundary checks on existing directories (openclaw#31547) fix(sandbox): allow mkdirp boundary check on existing directories fix: preserve dns pinning for strict web SSRF fetches ...
execute008
pushed a commit
to execute008/openclaw
that referenced
this pull request
Mar 2, 2026
openclaw#25399) (openclaw#31879) Co-authored-by: Glucksberg <markuscontasul@gmail.com>
dawi369
pushed a commit
to dawi369/davis
that referenced
this pull request
Mar 3, 2026
openclaw#25399) (openclaw#31879) Co-authored-by: Glucksberg <markuscontasul@gmail.com>
OWALabuy
pushed a commit
to kcinzgg/openclaw
that referenced
this pull request
Mar 4, 2026
openclaw#25399) (openclaw#31879) Co-authored-by: Glucksberg <markuscontasul@gmail.com>
zooqueen
pushed a commit
to hanzoai/bot
that referenced
this pull request
Mar 6, 2026
openclaw#25399) (openclaw#31879) Co-authored-by: Glucksberg <markuscontasul@gmail.com>
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.
Summary
Describe the problem and fix in 2–5 bullets:
head out of date/ stale reported head SHA).main.Change Type (select all)
Scope (select all touched areas)
Linked Issue/PR
User-visible / Behavior Changes
Security Impact (required)
Yes/No): NoYes/No): NoYes/No): NoYes/No): NoYes/No): NoYes, explain risk + mitigation:Repro + Verification
Environment
Steps
Expected
Actual
pnpm build,pnpm check, andpnpm test:macminiall pass.Evidence
Attach at least one:
Human Verification (required)
What you personally verified (not just CI), and how:
pnpm build,pnpm check,pnpm test:macminion replacement branch.Compatibility / Migration
Yes/No): YesYes/No): NoYes/No): NoFailure Recovery (if this breaks)
src/infra/path-prepend.ts,src/agents/bash-tools.exec-runtime.ts,src/agents/bash-tools.test.ts.Risks and Mitigations
List only real risks for this PR. Add/remove entries as needed. If none, write
None.Attribution