Claude Code Channels changes the interaction model.

A running Claude session can now receive external events, which makes the agent reachable asynchronously instead of only through direct ask-and-wait prompts.

That is important, but it is not long-term memory.

In our verification run on March 20, 2026, we used the official fakechat channel with Claude Code 2.1.80, plus Nexus MCP. We verified four things on a real session:

  1. an inbound channel message reached Claude
  2. Claude wrote the event into Nexus memory
  3. Claude replied back through the official channel
  4. after restarting Claude, a new session recalled the prior memory and replied with it

That is the product boundary that matters.

Channels gives a running session live inbound events. Nexus gives that agent memory that survives restart.

The useful loop

The workflow is simple:

  1. an external message arrives through the official channel
  2. Claude handles it inside the active session
  3. Claude stores durable memory in Nexus
  4. a later session recalls that memory when the user asks again

This is what makes the system feel more durable than a single session alone.

What we are and are not claiming

This post keeps the claim narrow on purpose.

We are not claiming broad marketplace stability. We are not claiming headless parity. We are not claiming full Telegram rollout.

We are claiming one verified path:

That is enough to make the product point clear.

Why this matters

Claude Channels adds live reachability to a running session. But reachability alone does not solve continuity.

If the session restarts and the memory disappears, the agent is still fragile.

That is where Nexus fits.

Channels makes the agent reachable. Nexus makes it remember.

Together, they create a more persistent-feeling agent loop without pretending that Channels alone is durable memory.

Related proof

If useful, the exact setup and proof materials are already documented internally:

Closing

The important distinction is simple:

That is the loop we verified on March 20, 2026.