@withgraphite/graphite-cli 1.7.14 → 1.7.15

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,9 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.15 2026-01-07
4
+ - Added new `--close` flag (alias `-c`) to `gt delete` to also close a branch's associated PR on GitHub.
5
+ - Improved branch name suggestion logic when running `gt split` to match behavior of `gt create`.
6
+
3
7
  # 1.7.14 2025-12-16
4
8
  - Added new `--into` flag to `gt modify` for committing changes into a downstack branch instead of the current branch.
5
9