OpenClaw

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