@withgraphite/graphite-cli 1.2.6 → 1.2.8

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,17 @@
1
1
  # Graphite CLI Changelog
2
2
 
3
+ # 1.2.8 2024-03-12
4
+
5
+ - Fixed a segfault issue caused by a dependency.
6
+
7
+ # 1.2.7 2024-03-07
8
+
9
+ - Added support for `gt demo` to use a temporary repository if run from outside of a repository.
10
+ - Added support for `gt demo` to be run without authenticating the CLI.
11
+ - Fixed an issue where tab autocompletion did not work inside of `gt demo`.
12
+
13
+ - Added support for `gt create` to use AI to populate commit message and branch name. This will be rolled out via a server-side feature flag over the coming weeks.
14
+
3
15
  # 1.2.6 2024-03-05
4
16
 
5
17
  - By default, `gt create` will now replace slashes in commit messages when inferring branch names, and will convert uppercase letters to lowercase. Both of these new behaviors can be disabled in `gt config`.