pi-move-on
v1.0.3
Published
Continue Pi automatically after compaction or an exhausted transient error.
Downloads
705
Readme
pi-move-on
A small Pi extension that keeps a session moving without replacing Pi's native compaction or retry logic.
Behavior
- After successful manual or threshold compaction, sends one follow-up message to continue the current task.
- Does not duplicate Pi's built-in overflow continuation when
willRetryis already true. - Lets Pi perform its configured native retries first.
- After native retries are exhausted, sends another continuation for transient provider or transport errors.
- Repeats that cycle while failures remain retryable, keeping Pi moving until success, a non-retryable error, or process termination.
- Never continues after quota, billing, context-window, or invalid-request errors.
Installation
pi install npm:pi-move-onReload Pi with /reload after installation.
Validation
npm install
npm run gate