openclaw/src/node-host
Vincent Koc 2d53ffdec1
fix(exec): resolve remote approval regressions (#58792)
* fix(exec): restore remote approval policy defaults

* fix(exec): handle headless cron approval conflicts

* fix(exec): make allow-always durable

* fix(exec): persist exact-command shell trust

* fix(doctor): match host exec fallback

* fix(exec): preserve blocked and inline approval state

* Doctor: surface allow-always ask bypass

* Doctor: match effective exec policy

* Exec: match node durable command text

* Exec: tighten durable approval security

* Exec: restore owner approver fallback

* Config: refresh Slack approval metadata

---------

Co-authored-by: scoootscooob <zhentongfan@gmail.com>
2026-04-01 02:07:20 -07:00
..
config.ts fix: harden sandbox writes and centralize atomic file writes 2026-03-02 16:45:12 +00:00
exec-policy.test.ts fix(exec): resolve remote approval regressions (#58792) 2026-04-01 02:07:20 -07:00
exec-policy.ts fix(exec): resolve remote approval regressions (#58792) 2026-04-01 02:07:20 -07:00
invoke-system-run-allowlist.ts fix(exec): resolve remote approval regressions (#58792) 2026-04-01 02:07:20 -07:00
invoke-system-run-plan.test.ts test: dedupe config and utility suites 2026-03-28 00:46:53 +00:00
invoke-system-run-plan.ts refactor: separate exec policy and execution targets 2026-03-23 19:36:44 -07:00
invoke-system-run.test.ts fix(exec): resolve remote approval regressions (#58792) 2026-04-01 02:07:20 -07:00
invoke-system-run.ts fix(exec): resolve remote approval regressions (#58792) 2026-04-01 02:07:20 -07:00
invoke-types.ts refactor(security): simplify system.run approval model 2026-03-11 01:43:06 +00:00
invoke.sanitize-env.test.ts test: align extension runtime mocks with plugin-sdk (#51289) 2026-03-20 15:59:53 -07:00
invoke.ts refactor: remove legacy browser bridge entrypoints 2026-03-26 23:11:17 +00:00
runner.credentials.test.ts test: share node host credential assertions 2026-03-13 21:40:54 +00:00
runner.ts Reduce lint suppressions in core tests and runtime 2026-03-27 02:11:26 -05:00
with-timeout.ts