A fast recovery flow for the common case where your agent goes silent after resetting or starting a new session.
Community reports often sound like this: "I hit /new and now my bot won’t respond in Discord or dashboard." Most of the time, this is recoverable and does not mean your bot is gone.
Key idea: /new resets chat context. It doesn’t delete your bot. Silence after that usually means a session/channel mismatch or a permission/integration edge case.
Test one clean message in the same surface where it previously worked (dashboard chat, Discord DM, or server channel). Don’t switch surfaces while debugging.
Use a minimal prompt such as:
If this works, your bot is alive and your previous request was likely too large or context-heavy.
If DM works but server channel does not, check channel overrides and Integrations restrictions for:
If your prior thread was bloated, start clean and ask for one small action only. Long/bloated chats can make agents appear unresponsive.
Don’t do this: paste massive old chat history into a brand-new session to "restore memory." It usually makes performance worse.
Reply with OK-ALIVE.What channel/surface are you replying from?Escalate with a clean packet so support can reproduce quickly:
Bottom line: /new doesn’t kill your bot. In most cases, a clean-surface ping + permission check + fresh small task restores normal behavior quickly.