submit: add --fill-from parameter for stack submission commands#1158
Open
water-sucks wants to merge 2 commits into
Open
submit: add --fill-from parameter for stack submission commands#1158water-sucks wants to merge 2 commits into
--fill-from parameter for stack submission commands#1158water-sucks wants to merge 2 commits into
Conversation
0bbe644 to
285536f
Compare
When submitting stacks, it is impossible to pass custom information for each change request non-interactively. While this is possible for the `gs branch submit` command, passing a title and body for each change request is impossible to do non-interactively. This is especially useful for facilitating AI agents that automatically submit change requests using `git-spice`, since they can now autofill intelligent CR titles and descriptions instead of relying on default `--fill` output, which isn't that useful.
2d01d55 to
07aa2a6
Compare
Owner
|
Thanks, @water-sucks. I'll go over this as soon as I'm able. |
Contributor
Author
|
Yeah it's all good! I'd also like to talk about what UX is best for this. This is a patch I wrote on my own that my team is using at work so it's not buried in stone or anything haha |
Collaborator
|
Relatedly, I have been using an AI based extension of the --fill command for a month or two now; just posted it #1170 |
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.
When submitting stacks, it is impossible to pass custom information for each change request non-interactively. While this is possible for the
gs branch submitcommand, passing a title and body for each change request is impossible to do non-interactively.This is especially useful for facilitating AI agents that automatically submit change requests using
git-spice, since they can now autofill intelligent CR titles and descriptions instead of relying on default--filloutput, which isn't that useful.