@withgraphite/graphite-cli 1.7.4 → 1.7.6

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,27 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.6 2025-10-31
4
+
5
+ - Added a feature to display warnings from PR submissions directly in the CLI to provide additional guidance to users.
6
+ - Added retries on intermittent server errors.
7
+ - Updated `--edit` to imply `--cli` in `gt submit` to ensure users can edit PR titles and descriptions directly in the CLI.
8
+
9
+ - Fixed an issue where checking out the current branch after a rebase would create incorrect previous-branch entries in the reflog.
10
+ - Fixed inconsistencies in upgrade behavior due to different packaging systems.
11
+ - Fixed messaging for update-only submissions.
12
+ - Fixed an issue where editing a PR description wouldn't show the existing content by fetching the PR body from the server.
13
+ - Fixed an issue where `gt-fetch-head` refs could cause conflicts when creating new refs by deleting them when deleting a branch.
14
+ - Fixed terminal alignment issues by replacing the pencil emoji (✏️) with a memo emoji (📝).
15
+
16
+ - Improved error messages when a branch is updated outside of Graphite and `gt submit` fails.
17
+ - Improved error reporting from server.
18
+
19
+ # 1.7.5 2025-10-25
20
+
21
+ - Fixed an issue where `gt submit` would incorrectly warn about out-of-date trunk when trunk was up-to-date.
22
+ - Fixed a bug where `gt submit` would fail with a force-with-lease error with custom fetch refspecs (or shallow clones).
23
+ - Added automatic re-tries in some cases to improve `gt submit` reliability.
24
+
3
25
  # 1.7.4 2025-10-21
4
26
 
5
27
  - Added a feature to automatically fast-forward the trunk to the upstream merge base when it's out of sync, improving UX during sync operations.