chore: register Discord and VS Code integration overlays - #81
Merged
Conversation
patroza
added a commit
that referenced
this pull request
Jul 27, 2026
patroza
added a commit
that referenced
this pull request
Jul 27, 2026
patroza
added a commit
that referenced
this pull request
Jul 28, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
patroza
added a commit
that referenced
this pull request
Jul 29, 2026
3 tasks
patroza
added a commit
that referenced
this pull request
Aug 15, 2026
## Summary The thread PR panel used the project's primary repository identity. On a fork that prefers **upstream**, so `#410` was loaded as `pingdotgg#410`. That number exists only on the fork: | Repo | #410 | | --- | --- | | `patroza/t3code` | open — docs(agents): drop obsolete fork stack workflow | | `pingdotgg/t3code` | GraphQL: could not resolve | The agent on the left found the fork PR (`gh pr view 410` with `GH_REPO` / origin). The panel asked GitHub for the upstream number and showed **Pull request not found**. This is not the earlier App-install / wrapper issue. Ops #81 and product #408 already landed; t3vm is minting public-read fallback tokens. **Fix:** open the panel from the change-request URL (`patroza/t3code`), and accept any of the checkout's remotes on the server so origin is still this project. ## Test plan - [x] `vp test run apps/server/src/pullRequest/PullRequestService.test.ts apps/web/src/components/pullRequest/pullRequestDetail.logic.test.ts` - [ ] After deploy: open the `#410` thread panel and confirm it loads `#410` - [ ] Confirm an upstream PR on the same checkout still opens against `pingdotgg/t3code` Co-authored-by: T3 Code PR Stack <41898282+github-actions[bot]@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Once merged, the fork stack workflow rebases both overlays and composes them into
fork/integrationafter desktop links (#10).