You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues and did not find a duplicate.
I am describing a concrete problem or use case, not just a vague idea.
Area
Not sure
Problem
Provider config changes (e.g. adding or editing an MCP server) only take effect on a fresh provider session. In the Claude Code terminal the workflow is trivial: exit the session and run claude --continue to reload configs while keeping the full conversation. In T3 Code (web and mobile) there is no equivalent — the only option is starting a brand-new thread and losing all context.
Proposal
A per-thread "Restart session" action that tears down the provider process and resumes the same conversation (e.g. via the provider's native resume/continue mechanism, like claude --continue / Codex resume), picking up the current MCP/config state.
Scope
Deliberately small: no config editing UI, just a restart-and-resume action on an existing thread.
This discussion was converted from issue #5437 on August 15, 2026 09:48.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
Not sure
Problem
Provider config changes (e.g. adding or editing an MCP server) only take effect on a fresh provider session. In the Claude Code terminal the workflow is trivial: exit the session and run
claude --continueto reload configs while keeping the full conversation. In T3 Code (web and mobile) there is no equivalent — the only option is starting a brand-new thread and losing all context.Proposal
A per-thread "Restart session" action that tears down the provider process and resumes the same conversation (e.g. via the provider's native resume/continue mechanism, like
claude --continue/ Codex resume), picking up the current MCP/config state.Scope
Deliberately small: no config editing UI, just a restart-and-resume action on an existing thread.
All reactions