@withgraphite/graphite-cli 1.7.7 → 1.7.9

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,20 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.9 2025-11-14
4
+
5
+ - Added ability to set and manage a default profile through the interactive config menu.
6
+ - Show unstaged changes during `gt create`.
7
+ - Added a tip explaining the difference between `gt checkout` (unfrozen) and `gt get` (frozen) when fetching new branches.
8
+ - Fixed error with missing refs on remote.
9
+ - Made `--edit-title` and `--edit-description` imply `--cli` automatically.
10
+ - Ensured `--cli` is auto-enabled only when PR title/description editing is actually enabled.
11
+ - Added clarification to `gt delete` explaining that deleting branches for open PRs is a local-only operation; PRs must be manually closed in GitHub.
12
+
13
+ # 1.7.8 2025-11-10
14
+
15
+ - Added a feature to automatically check out branches authored by the current user as unfrozen when using `gt get`.
16
+ - Optimized performance when gathering rebase metadata.
17
+
3
18
  # 1.7.7 2025-11-05
4
19
 
5
20
  - Added `--to <target_branch>` flag to `gt up` for targeted branch navigation within large stacks.