The app you use and the server running your agents can be on different machines. When a server is behind your web or desktop app, an update notice appears in the conversation and Settings → Connections. Update the machine named in that notice.
Server updates restart the connection and can interrupt active agents and terminal commands. Saved threads, settings, and project files remain.
Settings → General → Continue threads after restarts is off by default. Enable it to resume supported active threads after an update, crash, or machine restart. Changes are saved to connected environments that support this setting; update older servers first. If a supported environment was offline or has a different value, use Apply to all in Settings after it connects. T3 Code must start again on that machine; the setting does not enable automatic startup. Terminal commands may still be interrupted, and threads without saved provider resume state need a new message. If you previously enabled continuation for updates, enable this setting once to allow recovery without a connected client.
The offered action depends on how the server runs:
| Action | What to do |
|---|---|
| Update server | Keep the client open while it installs and reconnects. Supported background services update remotely. For a desktop-hosted server, this also closes and relaunches the desktop app on the host. |
| Update the desktop app | Update the desktop app on the machine running the server, then reopen it if needed. |
| Copy update command | Stop the command-line server on its host and relaunch with the copied command, keeping your usual startup options. |
On the host, run:
t3 update <client-version>Replace <client-version> with the version shown in the notice. The command
asks before restarting the background service; if you decline, run
t3 service restart when you are ready. For a server you started by hand,
stop it and start it again afterwards with your usual options such as --host
or --tailscale-serve.
If you run the server with npx rather than an installed t3, there is
nothing to update on the host: stop the server and relaunch it as
npx t3@<client-version> with the same subcommand and options.
Keep the client open until it reconnects or reports a failure. A failed service update can roll back to the previous version. If the update still fails:
- Retry the offered action once.
- Check that you updated the server's machine, not only the device you are using.
- For a command-line server, stop it and relaunch the exact version shown in the notice.
Install App Store or Google Play releases as usual. The mobile app can also download updates in the background and apply them when you next leave the app. It saves drafts and queued messages before restarting. If you keep the app open for a long time, it may ask to install immediately; choosing Later leaves the update queued for the next suitable moment.