@withgraphite/graphite-cli 1.7.11 → 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 +6 -0
- package/graphite.js +1 -1
- package/package.json +2 -3
package/.CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
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
|
+
|
|
3
9
|
# 1.7.11 2025-12-04
|
|
4
10
|
|
|
5
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.
|