Skip to content

Errors after an update

In short: an update swaps files, but the pieces that were already running pick up the new version at slightly different moments. If something misbehaves right after an update, match the symptom below — each has a one-step fix.

atbridge has a few moving parts, and an update can touch any of them:

  • the core binary (atbridge update),
  • the Thunderbird add-on (atbridge update-extension),
  • the bridge that connects them, and
  • any external MCP client (Cursor, Claude Desktop) that runs atbridge on its own.

Most of the time this is seamless. When it isn’t, the fastest fix is below.

You almost never need to diagnose which part is stale. Open Settings → Re-run setup — it re-opens the setup wizard, which re-checks every part step by step (the atbridge core, your license or 14-day trial, and your AI provider) and walks you through anything that needs a nudge. One pass clears the great majority of post-update hiccups.

If you’d rather fix one specific part yourself, match the symptom below — each has a one-step fix.

The chat or actions stopped working right after a core update

Section titled “The chat or actions stopped working right after a core update”

A core update replaces the atbridge binary — but the process already running is still the old one until it reconnects to the new file. atbridge does this automatically after an update; if it doesn’t reconnect on your machine:

Open Settings → Status and reconnect, or simply restart Thunderbird — it relaunches the bridge on the new binary.

You can confirm which version is live with:

Terminal window
atbridge bridge status

The add-on looks unchanged after an extension update

Section titled “The add-on looks unchanged after an extension update”

update-extension refreshes the add-on’s files, but Thunderbird keeps the old version loaded until it reloads.

An external AI app still behaves like the old version

Section titled “An external AI app still behaves like the old version”

If you use atbridge from Cursor, Claude Desktop, or another MCP client, that app launched atbridge as a subprocess and keeps it running. It won’t pick up an update until the app restarts:

  • Fully quit and reopen the app (not just close the window).
  • If it still looks stale, check that the app is pointed at the same atbridge and run atbridge check to confirm you’re on the latest.
Terminal window
atbridge check # is anything newer?
atbridge update # update the core binary (self-replacing, verified)
atbridge update-extension # refresh the Thunderbird add-on to match

Then reconnect / restart per the symptom above. Full command reference: Updates & maintenance.

If a part is still on the old version after reconnecting and restarting, email contact@atbridge.ai with the output of atbridge check and atbridge bridge status. We usually answer within a day.

Was this page helpful?