forked from pingdotgg/t3code
-
Notifications
You must be signed in to change notification settings - Fork 4
sync: port upstream server settle, tunnel/update safety, and early web polish (#5482–#5486) #215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
80347bc
perf(server): stop shipping full MCP tool results in thread payloads …
t3dotgg d2bd4b9
fix(web): closed plan sidebar stays closed when returning to a thread…
t3dotgg 228b092
fix: respect time format for sidebar snooze (#4438)
huxcrux b9d97a2
fix(web): calm one-row server update status and banner
t3dotgg 42d8a2b
fix(server): keep the managed tunnel across remote update restarts
t3dotgg 7d44f1a
test(server): use the launcher state writer in release tests
t3dotgg 4b0eed9
fix(server): release the tunnel when an explicit stop interrupts an u…
t3dotgg 258dc8f
fix(server): clean up interrupted update trials
t3dotgg 69c7f4f
fix(server): order explicit service shutdown
t3dotgg 0080f13
fix(web): make update version tooltips accessible
t3dotgg 4c3e47f
fix(server): separate trial cleanup from handoff retention
t3dotgg a6a5f4a
fix(server): drop superseded tool updates from snapshots
t3dotgg 6aa3dee
docs(server): pin interleaved-collapse divergence as intentional with…
t3dotgg 2007045
fix(web): clarify auto permission fallback (#5431)
t3-code[bot] db5f02c
fix(acp): keep unknown approvals actionable (#5430)
t3-code[bot] a1f222d
fix(mobile): stop thread messages reading through pending cards (#5450)
carlosricojr 6358918
fix(web): align composer inline chips with prompt text (#5495)
StiensWout 9f7f721
fix(web): clear woke state on explicit thread actions (#5486)
StiensWout bdbd402
fix: format mobile composer route transition css
cursoragent ff2218f
fix: format index.css for vp check
cursoragent f0b03e8
fix(server): keep explicit-stop marker across launcher recover
cursoragent File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When an existing background-service installation is remotely updated to this server version, its stable launcher and systemd unit are not replaced, and the launcher protocol remains version 2; those pre-change launchers never write
.service-stopping. Ifsystemctl stoport3 service uninstalloccurs while an update is pending, this check therefore treats the explicit stop as a handoff and skips managed-tunnel deletion even though no replacement server is coming, leaving the provisioned tunnel orphaned. The handoff decision needs backward-compatible launcher detection or a launcher/protocol migration before absence of the marker can mean handoff.AGENTS.md reference: AGENTS.md:L20-L25
Useful? React with 👍 / 👎.