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
When working in a team I heavily prefer Graphite over raw creating GitHub PRs.
This isn't fully fleshed out, but a start of how I envision it to work.
Vision
There is a per project setting that allows me to set Graphite as preferred for all intents an purposes. This makes t3code "stack-aware". The "Create PR" button now instead uses gt create and gt submit to create a PR through Graphite.
From an existing conversation I can click a "Build on top of this PR" that allows me to ask the LLM to build on top of the PR. When you click the "Create PR" button then will again call gt create and gt submit. So that will create a stack.
From an existing conversation I can also ask the LLM to modify the existing PR. That will use gt modify and gt submit.
Another thing I regularly do is ask the LLM to "fix any code reviews comments on this stack".
This discussion was converted from issue #683 on August 15, 2026 09:40.
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.
Uh oh!
There was an error while loading. Please reload this page.
When working in a team I heavily prefer Graphite over raw creating GitHub PRs.
This isn't fully fleshed out, but a start of how I envision it to work.
Vision
There is a per project setting that allows me to set Graphite as preferred for all intents an purposes. This makes t3code "stack-aware". The "Create PR" button now instead uses
gt createandgt submitto create a PR through Graphite.From an existing conversation I can click a "Build on top of this PR" that allows me to ask the LLM to build on top of the PR. When you click the "Create PR" button then will again call
gt createandgt submit. So that will create a stack.From an existing conversation I can also ask the LLM to modify the existing PR. That will use
gt modifyandgt submit.Another thing I regularly do is ask the LLM to "fix any code reviews comments on this stack".
Probably the main thing I want is smaller PRs.
All reactions