OpenClaw 2026.3.8
ACP Provenance, Backup Tools & 30+ Fixes
Major ACP enhancement with metadata tracking
Release Highlights
๐
ACP Provenance
Track session origins & lineage
๐พ
Backup CLI
Create & verify archives
๐
Brave LLM Context
Grounding snippets mode
30+
Platform Fixes
macOS, Android, Telegram
ACP Provenance โ What Is It?
Track where ACP sessions come from and preserve context
๐
Session Origins
Track which agent/channel spawned each ACP session. Full lineage preservation across agent boundaries.
๐งต
Trace IDs
Every ACP run gets a unique session trace ID for debugging multi-agent workflows.
๐
Metadata Injection
Optional: inject origin context into ACP agent prompts for full transparency.
๐๏ธ
Receipt Mode
Make provenance visible to the ACP agent itself โ full audit trail in transcripts.
ACP Provenance โ How It Works
Three modes: off, metadata, or full receipt
# Disable provenance (default for now)
openclaw acp --provenance off
# Track origin silently (metadata only)
openclaw acp --provenance meta
# Inject visible context into agent prompt
openclaw acp --provenance meta+receipt
๐
Off Mode
No tracking. ACP runs as before with no provenance metadata.
๐
Metadata Mode
Origin tracked in session state. Lineage preserved. Agent doesn't see it.
๐
Receipt Mode
Full transparency: origin context injected into agent prompt. Visible in transcripts.
๐พ
Persistence
Transcript archives include provenance data for audit trails.
ACP Provenance โ Use Cases
Why you need this
๐
Debug Multi-Agent Workflows
Trace errors back to the originating agent/channel. No more "where did this come from?"
๐
Audit ACP Chains
Full session lineage for compliance. Know exactly who spawned what, when.
๐
Root Cause Analysis
When ACP sessions fail or produce bad output, trace back to the source instantly.
๐ง
Context Retention
Preserve requester context across agent boundaries. ACP agents know their origin.
๐
Analytics & Logging
Track ACP usage patterns. Which agents spawn the most sessions? Where do failures cluster?
๐
Security & Compliance
Audit trail for sensitive operations. Know who authorized each ACP action.
ACP Provenance โ Benefits
Production-grade multi-agent orchestration
๐
Better Debugging
Trace IDs link sessions to origins. No more mystery failures.
๐๏ธ
Transparency
Optional receipt mode shows agents their own lineage.
๐
Audit Trail
Full session history preserved in transcripts.
๐ง
Context Preservation
Requester context flows across agent boundaries.
โ๏ธ
Opt-In Control
Three modes: off, metadata-only, or full receipt.
๐
Production Ready
Designed for complex multi-agent pipelines at scale.
Backup System
New CLI commands for config & workspace archives
# Create full backup (config + workspace)
openclaw backup create
# Config-only backup (fast)
openclaw backup create --only-config
# Exclude workspace (config + state only)
openclaw backup create --no-include-workspace
# Verify backup integrity
openclaw backup verify backup-2026-03-08.tar.gz
๐ฆ
Date-Sorted Archives
Backups named with ISO timestamps. Easy to identify and sort chronologically.
โ
Manifest Validation
Verify command checks manifest integrity and payload completeness before restore.
โ ๏ธ
Destructive Flow Guidance
Restore operations warn about overwrites. Verification required before proceeding.
Backup Features
Production-grade backup & restore
๐
Date-Sorted Naming
backup-YYYY-MM-DD-HHMMSS.tar.gz format
โ๏ธ
Config Snapshot
Preserves ~/.openclaw config state
๐
Workspace Archives
Optional workspace inclusion (can be large)
โ
Manifest Validation
Verify integrity before restore
๐
Local State
Captures session state & plugin data
โ ๏ธ
Destructive Warnings
Restore requires explicit verification
โก
Config-Only Mode
Fast backups without workspace data
๐ฏ
Selective Exclusion
--no-include-workspace flag available
Web Search: Brave LLM Context
New mode for grounding AI responses
๐ง
LLM-Optimized Results
Calls Brave's LLM Context endpoint. Returns grounding snippets instead of raw search results.
๐
Source Metadata
Includes source URLs, titles, and context. Better attribution for AI-generated content.
โ๏ธ
Opt-In Feature
Enable in config. Existing search behavior unchanged. Choose what works for your workflow.
tools:
web:
search:
brave:
mode: "llm-context" # or "standard"
Better grounding for AI responses. Brave's LLM Context mode is purpose-built for this use case.
Platform Fixes: macOS
Stability and reliability improvements
Gateway Auth
Remote token field added
LaunchAgent
Restart recovery improved
Browser Proxy
Routing fixes applied
- Permission state refresh โ better handling of macOS security prompts
- Tailscale Serve improvements โ more reliable remote access
- Browser CDP WebSocket normalization โ consistent connection handling
- Extension relay improvements โ Chrome tab reconnect handling
macOS users get smoother gateway operations, better browser integration, and more reliable background service management.
Platform Fixes: Android
Play Store compliance and performance
Self-Update
Removed for Play Store compliance
Foreground Service
Narrowed scope for efficiency
Permissions
Location permissions cleaned up
- Background capture removed โ better battery life and privacy compliance
- Deferred foreground-service startup โ faster app launch times
- WebView debug init moved off critical path โ improved performance
- Startup macrobenchmark + low-noise perf CLI โ better diagnostics
Android build is now fully Play Store compliant with better performance and cleaner permission model.
Platform Fixes: Messaging
Better reliability across all channels
Telegram
DM deduplication fixed
Matrix
DM routing corrected
Mattermost
Thread replies working
Feishu
Plugin onboarding improved
Cron
Announce delivery fixed
Discord
Reusable buttons enhanced
Messaging reliability improved across the board. No more duplicate DMs, broken threads, or missed cron announcements.
Browser Tools
CDP improvements and WSL2 support
๐
CDP WebSocket
WebSocket normalization for consistent Chrome DevTools Protocol connections across platforms.
๐ง
WSL2 Support
Bind address support for WSL2 environments. Run OpenClaw in Linux, control Windows browsers.
๐
Extension Relay
Improved Chrome extension relay. Better tab reconnect handling and state management.
๐ณ
Browserless
Container fixes for headless browser automation. More reliable remote browser control.
Browser automation is more reliable across all deployment scenarios โ local, remote, containerized, and WSL2.
Developer Experience
Small improvements that add up
TUI Theme
Light theme detection added
Workspace
Agent workspace inference improved
Talk Mode
Silence timeout configurable
- Version output now includes git hash โ easier debugging and issue reporting
- Context engine plugin bootstrap โ faster startup for custom plugins
- Better error messages across CLI commands โ clearer guidance when things go wrong
- Improved logging for debugging multi-agent workflows
The little things matter. Better defaults, clearer output, and smarter inference make daily development smoother.
Breaking Changes & Notes
Smooth upgrade path
No breaking changes! This release is pure improvements. All changes are backward compatible, all new features are opt-in, and existing configurations are preserved.
- โ
ACP provenance is opt-in โ defaults to off, enable with
--provenance flag
- โ
Brave LLM Context mode is opt-in โ existing search behavior unchanged
- โ
Backup commands are new additions โ no impact on existing workflows
- โ
Platform fixes are transparent โ no config changes required
- โ
All existing scripts, integrations, and automations continue to work
Upgrade with confidence. Test the new features when you're ready. No rush, no risk.
Getting Started
Upgrade and explore the new features
OpenClaw 2026.3.8 is ready. Update now and try the new capabilities.
# Update to latest version
openclaw update
# Try ACP provenance tracking
openclaw acp --provenance meta+receipt "your task"
# Create a backup
openclaw backup create
# Verify a backup before restore
openclaw backup verify backup-2026-03-08.tar.gz
# Enable Brave LLM Context mode in config
tools:
web:
search:
brave:
mode: "llm-context"
๐ Full documentation: docs.openclaw.ai
๐ฌ Community: Discord, GitHub Discussions
๐ Issues: github.com/openclaw/openclaw