Self-Message You can send yourself a continuation message to start a fresh agentic loop within the same session. This resets your reasoning frame while preserving full conversation context. This is NOT a subagent. It's a new turn for YOU — same session, same context, new frame. --- How It Works 1. Send your self-message using the bundled script 2. Finish your turn normally (stop responding) 3. A Stop hook intercepts your stop, reads the message, deletes it 4. The hook returns 5. You receive the message as context and start a new agentic loop Then just stop. That's it. The hook handles session…