Configure 🔄 Auto-Rewake from VS Code Preferences → Settings → Extensions → Power Claude, or edit your settings.json directly.
Auto-generated from the extension's package.json. 12 settings in this category.
| Setting | Description |
|---|---|
powerClaude.autoRewake.deferredRewakeMechanismstring · default: systemd-run | The mechanism used to schedule deferred rewakes after all accounts are cooling. Only systemd-run is supported today.Allowed values (1)
|
powerClaude.autoRewake.preferPremiumAccountsboolean · default: true | When choosing among healthy accounts during rotation, prefer accounts marked as premium in the rotation chain. |
powerClaude.autoRewake.stalenessBannerSecondsnumber · default: 60 | Seconds after a rate-limit event before the dashboard shows a staleness banner. Range: 30–600. |
powerClaude.autoRewake.stuckThresholdAttemptsnumber · default: 30 | Number of consecutive rewake attempts with the same reset-at timestamp before the auto-rewake hook declares itself stuck and stops. Range: 5–500. The bash hook reads this from ~/.power-claude/config/auto-rewake-config.json, which the extension auto-derives from this VS Code setting on every change. |
powerClaude.autoRewake.userExtras.defaultstring · default: | Context string injected into Claude's wake-up prompt on every rewake, regardless of rate-limit type. Leave blank to skip. Useful for briefing the LLM on what task was in progress. |
powerClaude.autoRewake.userExtras.perType.all-accounts-exhaustedstring · default: | Override injected on all-accounts-exhausted rewakes (instead of the default). Leave blank to fall back to the default. |
powerClaude.autoRewake.userExtras.perType.capacitystring · default: | Override injected on capacity rewakes (instead of the default). Leave blank to fall back to the default. |
powerClaude.autoRewake.userExtras.perType.server-errorstring · default: | Override injected on server-error rewakes (instead of the default). Leave blank to fall back to the default. |
powerClaude.autoRewake.userExtras.perType.server-error-escalatedstring · default: | Override injected on escalated server-error rewakes (instead of the default). Leave blank to fall back to the default. |
powerClaude.autoRewake.userExtras.perType.throttlestring · default: | Override injected on throttle rewakes (instead of the default). Leave blank to fall back to the default. |
powerClaude.autoRewake.userExtras.perType.usage-5hstring · default: | Override injected on usage-5h rewakes (instead of the default). Leave blank to fall back to the default. |
powerClaude.autoRewake.userExtras.perType.usage-weeklystring · default: | Override injected on usage-weekly rewakes (instead of the default). Leave blank to fall back to the default. |