Built-in ACP is a relay bridge, great for one-shot tasks but not real orchestration. openclaw-code-agent adds the missing layer: async session management, plan review before execution, concurrent sessions, and multi-harness support.
Three modes:
- Ask - the agent drafts a plan and waits for your go-ahead before touching anything. Review, approve, or redirect from chat. (Demo GIF in the README.)
- Delegate - the orchestrator reads the plan, auto-approves if it looks safe, and only pings you when something actually needs a decision.
- Autonomous - fully hands-off. Sessions run, complete, and report back without interruption. You get notified when it's done.
What this unlocks:
- Automatic PR reviews - spin up a session per PR, get a summary in chat, no terminal needed
- Ongoing sessions that persist across restarts and resume exactly where they left off
- Fork any session to explore a different approach without losing the original
- Claude Code and Codex through the same interface and same commands
- Auto-respond rules so routine approvals are handled automatically, and real decisions come to you
No babysitting. No copy-pasting terminal output. Full async, full control.
openclaw plugins install openclaw-code-agent
openclaw plugins enable openclaw-code-agent
openclaw gateway restart
📦 npm: https://www.npmjs.com/package/openclaw-code-agent
🔗 GitHub: https://github.com/goldmar/openclaw-code-agent