Hacker News new | ask | show | jobs
Show HN: Two tools to make Claude Code more autonomous
6 points by yuu1ch13 112 days ago
I built two CLI tools to fix friction points with Claude Code:

claude-remote-approver – Sends permission prompts (Bash, Write, Edit) as push notifications to your phone via ntfy.sh. Tap Approve/Deny from anywhere. Falls back to terminal on timeout. Supports "Always Approve" for trusted tools.

claude-plan-reviewer – Hooks into Claude Code's plan mode and sends plans to a rival AI (OpenAI Codex CLI or Gemini CLI) for review. Feedback gets injected back, Claude revises, repeats for N rounds. Different models catch different blind spots.

Together: give Claude a task, walk away, rival AI reviews the plan automatically, phone buzzes when permissions are needed, come back to a completed task.

Both MIT licensed, zero dependencies, Node.js 18+, no telemetry.

- https://github.com/yuuichieguchi/claude-remote-approver

- https://github.com/yuuichieguchi/claude-plan-reviewer

2 comments

Demo (phone notifications + automatic plan review): https://x.com/i/status/2027948042750726256
Thanks for sharing these. I like the claude-plan-reviewer idea.
Thanks! If you try it out, feel free to open issues or share feedback on GitHub.