Skip to content

Commit 0347e9d

Browse files
release: v2026.4.2.0128 — Security tiers + approval fatigue fix
- Exec approval fatigue: config templates set ask=off by default - Security tiers: Low=off, Recommended=on-miss, Maximum=strict - Bug fix: security-tier.mjs writes ask to openclaw.json - Docker entrypoint: EVERCLAW_SECURITY_TIER wired on startup - 68 new unit tests for tiers, templates, and CLI - OpenClaw v2026.4.1 pinned in Dockerfile
1 parent c448b0b commit 0347e9d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to EverClaw are documented here.
44

5-
## [2026.4.2.0002] - 2026-04-02
5+
## [2026.4.2.0128] - 2026-04-02
66

77
### Fixed — Exec Approval Fatigue
88
- **Config templates now set `tools.exec.ask: "off"`** — All 3 config templates (mac, linux, gateway-only) now include `tools.exec` settings so new installs don't default to prompting on every command.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ RUN chmod +x /app/docker-entrypoint.sh
131131

132132
# ─── Environment ──────────────────────────────────────────────────────────────
133133

134-
ARG EVERCLAW_VERSION=2026.4.2.0002
134+
ARG EVERCLAW_VERSION=2026.4.2.0128
135135
ENV EVERCLAW_VERSION=${EVERCLAW_VERSION}
136136
ENV NODE_ENV=production
137137
ENV EVERCLAW_PROXY_PORT=8083

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
services:
1515
everclaw:
16-
image: ghcr.io/everclaw/everclaw:2026.4.2.0002
16+
image: ghcr.io/everclaw/everclaw:2026.4.2.0128
1717
build:
1818
context: .
1919
dockerfile: Dockerfile

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "everclaw",
3-
"version": "2026.4.2.0002",
3+
"version": "2026.4.2.0128",
44
"type": "module",
55
"description": "Open-source first AI inference via Morpheus decentralized network",
66
"scripts": {

0 commit comments

Comments
 (0)