You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitkraken-client/experimental-features.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Experimental Features are still under development - treat these as an early snea
19
19
20
20
If you do experience issues, or have any other feedback, please reach out to us [Contact Support](https://help.gitkraken.com/gitkraken-client/contact-support/?issue_category__customer_facing_field_=Experimental+feedback&subject=GitKraken+Client+Experimental+feedback).
21
21
22
+
---
23
+
22
24
### Git Executable
23
25
24
26
When this setting is enabled, GitKraken Client will utilize the Git executable instead of the NodeGit library for certain Git actions including fetching and committing. This may provide increased performance and compatibility with certain projects and development environments. This is a partial implementation and will only affect some aspects of Git within GitKraken Client - the amount of Git commands using the Git executable will increase with each release.
@@ -41,6 +43,8 @@ Find below a list of features using the Git binary if the Git Executable experim
41
43
- branch rename
42
44
- branch delete (local branch only)
43
45
46
+
---
47
+
44
48
### AI Commit Message Generation
45
49
46
50
With this setting enabled, GitKraken Client will have the ability to generate commit messages from any staged changes. You can access this feature from the Command Palette (⌘P/Ctrl P, or the magic wand icon () in the toolbar), or you can click the sparkle icon () in the commit panel when you have staged changes.
@@ -51,7 +55,7 @@ With this setting enabled, GitKraken Client will have the ability to generate co
51
55
52
56
**Generate Commit Messages with AI:** <iclass="fa-regular fa-square-check"></i> turn on this experimental feature! Check the box to immediately enable the setting.
53
57
54
-
**OpenAi Api Key:** Your key generated by OpenAI. GitKraken Client uses `gpt-3.5-turbo` model for generating commit messages
58
+
**OpenAI Api Key:** Your key generated by OpenAI. GitKraken Client uses `gpt-3.5-turbo` model for generating commit messages
55
59
56
60
**Prompt:** This is what is sent to OpenAI. We have it pre-filled to hopefully get Open AI on the right track. However, you can enter whatever you want here and it will be sent when you click ✨
57
61
@@ -67,6 +71,8 @@ Once the commit message has been generated, you can still fully edit the message
67
71
<p>Be aware that using OpenAI/chatGPT has a cost. At the time of this writing, the maximum cost per request is about $0.02. OpenAI offers free trial accounts with $5.00 of credit to get started.</p>
0 commit comments