What problem does it solve?
ZedClaw helps you delegate real coding work—refactors, fixes, and PR-sized changes—to Claude Code, without manually steering every edit and command.
Core Features & Use Cases
- One-shot print mode for automation: Run non-interactive coding tasks that execute and return results.
- Interactive PTY sessions for iterative development: Use tmux-backed sessions for multi-turn refactor → review → fix workflows.
- Git workflow + PR-oriented execution: Generate changes, continue sessions, and support PR review loops using Claude Code features.
- Safety/permission handling guidance: Provide deterministic handling for workspace trust and permission dialogs when using “dangerously-skip-permissions”.
Quick Start
Ask Claude Code to refactor a module and implement tests in one run by giving the instruction: Refactor the auth module and add unit tests, then verify the tests pass.