Перейти к содержимому

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, here’s what each symptom means.

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:

Окно терминала
atbridge bridge status

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

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.
Окно терминала
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?