We’re running Azath House on OpenClaw v2026.4.23 and planning a controlled intake/upgrade to latest v2026.5.12. We’re building a Workflow OS: workflow-ts sidecar starts long-running human-gated engineering/
research workflows, dispatches OpenClaw agents into repo/worktree contexts, and eventually needs safe containerized execution.
Current questions where upstream guidance would materially affect our architecture:
-
Per-dispatch container/worktree binds:
Can OpenClaw currently support setting sandbox/container mounts per spawned agent dispatch, e.g. mount a sidecar-created Git worktree as the agent’s only writable workspace? If yes, what is the canonical config/
tool/API shape in 2026.5.12? If no, what is the recommended pattern until this exists? -
Agent session idempotency:
Does OpenClaw have, or plan, an idempotency key / resume key for agent dispatches so a workflow retry does not accidentally start duplicate agent work? Current workaround is storing dispatch results in workflow-ts
and skipping on resume. -
Per-agent connector/tool permissions:
We want persona-scoped permissions like “Duiker can call only selected send-broker Quantified Self journal operations, not all send-broker connectors.” Is connector/operation-level allowlisting per agent supported
today? If yes, what config schema is canonical? If not, should we implement this outside OpenClaw at the connector/gateway layer? -
Plugin install/config mutation:
We hit stale/half-plugin-install failure modes around immutable openclaw.json. We now use a guarded install path: unlock, ensure openclaw owns and can write config, runopenclaw plugins install, then re-lock via
EXIT trap. Does 2026.5.12 change the canonical plugin install/config mutation path? Any new built-in support for preserving dependencies/metadata or safer semantic config mutation? -
Upgrade risk from 2026.4.23 -> 2026.5.12:
Which release notes between 2026.4.23 and 2026.5.12 should we treat as high-impact for a multi-agent Workflow OS using Discord, custom plugins, gateway tools, workflow-trigger/workflow-step plugins, and eventually
Dockerized worktree execution?
Desired output:
- Concrete answers where known.
- “Use this config/API” snippets if applicable.
- Warnings for anything we should not rely on.
- Recommended upgrade/preflight sequence for G10 gateway + Mac Mini node + custom plugins.