sync upstream main - #86
Conversation
…4787) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: codex <codex@users.noreply.github.com>
…pingdotgg#4791) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
Co-authored-by: codex <codex@users.noreply.github.com>
# Conflicts: # AGENTS.md # apps/desktop/package.json # apps/server/package.json # apps/web/package.json # packages/contracts/package.json
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a46638d634
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| : Stream.fromEffect( | ||
| refresh().pipe( |
There was a problem hiding this comment.
Revalidate refs changed outside VCS commands
When an agent or terminal creates, deletes, fetches, or checks out a branch directly, none of the new command invalidators run and the connection generation remains unchanged. This stream now performs only one successful refresh per generation, so a mounted branch query never requests again; reopening the web picker also no longer refreshes it. As a result, web, desktop, and mobile can indefinitely omit new refs or display deleted ones. Add an explicit or event-driven revalidation path for external Git changes without restoring the five-second polling storm.
AGENTS.md reference: AGENTS.md:L83-L83
Useful? React with 👍 / 👎.
What Changed
pingdotgg/t3code:mainthrough694f8d1c6eaaabafbf5c2861ae524174919ef625Why
Keep the fork aligned with the latest upstream changes.
UI Changes
No fork-specific UI changes. This PR inherits upstream UI changes.
Checklist