1
0
Fork 0
claude-code-complete-agent/security
Kjell Tore Guttormsen e8a5403f91 feat: add Computer Use, Remote Control, Auto Mode, and Cowork integration
Major update based on Anthropic's March 24, 2026 releases:

- feature-map.md: expanded from 20 to 22 capabilities, gaps reduced
  from 2 to 1 (only Canvas/A2UI remains)
- examples/11-computer-use: desktop control via screenshots and clicks
- examples/12-remote-control: /rc and Dispatch for phone control
- examples/13-auto-mode: AI safety classifier for autonomous execution
- cowork-integration/: how Code + Cowork + Dispatch together replicate
  OpenClaw's full feature set
- security/auto-mode-explained.md: deep-dive on the new permission mode
- Updated README with broader ecosystem table and revised scores

Score: 12 full match (55%), 9 different approach (41%), 1 gap (4%)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-26 10:04:05 +01:00
..
auto-mode-explained.md feat: add Computer Use, Remote Control, Auto Mode, and Cowork integration 2026-03-26 10:04:05 +01:00
hook-based-guardrails.md feat: initial companion repo for OpenClaw vs Claude Code article 2026-03-26 09:47:29 +01:00
nemoclaw-comparison.md feat: initial companion repo for OpenClaw vs Claude Code article 2026-03-26 09:47:29 +01:00
permission-modes-explained.md feat: add Computer Use, Remote Control, Auto Mode, and Cowork integration 2026-03-26 10:04:05 +01:00
README.md feat: add Computer Use, Remote Control, Auto Mode, and Cowork integration 2026-03-26 10:04:05 +01:00

Security

Security in Claude Code is layered: permission modes set the baseline, hooks enforce custom rules, and settings.json defines tool restrictions. This is architecturally different from OpenClaw's container-based isolation but achieves the same goal: controlled agent behavior.

Documents in this directory

File What it covers
permission-modes-explained.md The four permission modes and when to use each
auto-mode-explained.md Auto Mode: AI safety classifier for autonomous execution
hook-based-guardrails.md Building custom security with PreToolUse hooks
nemoclaw-comparison.md Honest comparison with NemoClaw's enterprise security