Skip to main content

Guides

Auto-Resume and Auto-Rewake in Power Claude — keep Claude Code moving

Auto-Resume and Auto-Rewake in Power Claude — keep Claude Code moving

Claude Code stops for many reasons: usage limits, transport blips, user walk-away, or a “should I continue?” pause. Power Claude’s Auto-Resume / Auto-Rewake family is how you decide which of those stops are temporary — and which stay human-gated.

TL;DR

ControlDefault intent
Resume after recoverable stopsAvailable; tune eagerness
Cross-window resumeOFF (safer)
Cross-environment resumeOFF (safer)
Kill switch~/.power-claude/state/emergency-off
CompanionAuto-Nudge for trivial stop text; Watchdog for dead tabs

Two related ideas

  1. Auto-Resume — bring a stopped session back into a live Claude Code tab with a wake prompt.
  2. Auto-Rewake — schedule / hook-driven wake after rate-limit or capacity style stops, with per-type user extras and stuck guards.

Neither invents Anthropic capacity. They continue your work when your seats and local state allow.

Safe defaults (read this)

Power Claude defaults to not yanking sessions across windows or machines:

  • powerClaude.autoResume.crossWindowfalse
  • powerClaude.autoResume.crossEnvironmentfalse

That prevents surprising tab steals when you have multiple VS Code windows or remote hosts.

How to configure

  1. Command Palette → Power Claude: Open Settings (or search autoResume / autoRewake).
  2. Decide scope:

- Same window only (recommended start). - Cross-window only if you understand tab ownership.

  1. Set wake prompt: powerClaude.resumePrompt (default continues from where you left off).
  2. Optional: per-type autoRewake.userExtras for capacity vs weekly vs server-error wakes.
  3. Confirm Auto-Nudge policy separately — it handles “trivial stop” text, not full rewake scheduling.

When it shines

  • Long jobs that hit a 5h / weekly pause and should continue when headroom returns.
  • Overnight loops with Objective Mode + nudge (see Auto-Nudge guide).
  • Teams that snapshot sessions and resume after reloads (autoSnapshotSessions).

When to keep hands on the wheel

  • Shared machines / multi-user hosts.
  • Experiments where silent resume could re-run destructive tools (pair with permission policy).
  • Any time the emergency kill switch is intentional.

Pair with

FeatureRole
Auto-NudgeTrivial conversational stops
Watchdog / recoveryCrashed / zombie UI
Resume stalledMany abandoned sessions → worktrees
Warm CompactingContext wall stalls (different problem)

FAQ

Is this “bypass rate limits”?

No. On usage limits, the honest path is wait, change plan, or use Claude Code’s own options. Rewake continues when it is legitimate to continue.

Why didn’t my session resume?

Check: kill switch file, cross-window off, wrong environment, stuck-threshold, or the stop wasn’t classified as recoverable.

Can it resume someone else’s window?

Not with defaults. Only enable cross-window if you accept that behavior.

Related

Primary sources

  • Power Claude settings: autoResume, autoRewake
  • Video: media/video/scenes/auto-rewake/
  • Feature docs: docs/features/auto/ in the extension repo

Independent third-party software by Neural-LLM. Not affiliated with Anthropic.