@withgraphite/graphite-cli 1.7.6 → 1.7.7

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,12 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.7.7 2025-11-05
4
+
5
+ - Added `--to <target_branch>` flag to `gt up` for targeted branch navigation within large stacks.
6
+ - Updated CLI, menu bar app, and VS Code extensions to request `app.graphite.com` instead of `app.graphite.dev`.
7
+ - Trim whitespace from branch names in `gt rename` to prevent command failures.
8
+ - Changed debug log file extension from `.log` to `.log.jsonl` to match updated format.
9
+
3
10
  # 1.7.6 2025-10-31
4
11
 
5
12
  - Added a feature to display warnings from PR submissions directly in the CLI to provide additional guidance to users.