@withgraphite/graphite-cli 1.7.10 → 1.7.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.12 2025-12-10
4
+ - Fixes issue with branch selection when running `gt create --insert`.
5
+ - Add current branch indicator in `gt log`.
6
+ - Always prompt a user before opening an editor for a PR description.
7
+ - Fixed `gt submit --cli --ai` prompt to reflect AI auto-fills PR descriptions when skipped.
8
+
9
+ # 1.7.11 2025-12-04
10
+
11
+ - Updated `gt up` and `gt down` to return a non-zero exit code when they cannot move because the current branch is already at the top or bottom of the stack.
12
+ - Running `gt undo` right after `gt abort` will now undo the command that ran before the aborted command instead of failing.
13
+ - Updated all CLI help text and generated documentation links to use graphite.com instead of graphite.dev.
14
+
3
15
  # 1.7.10 2025-11-20
4
16
 
5
17
  - Added a new feature to `gt submit` that lets users choose whether reviewers should be applied to all PRs or only to newly created PRs when submitting a stack that contains a mix of new and existing PRs.