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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
# LLM Commit Message (extension)
2
-
> Generate commit messages in VS Code using a local LLM
1
+
# LLM Commit Message (VS Code)
2
+
> Generate a commit message in VS Code Git sidebar using a local LLM
3
3
4
4
[](https://www.javascript.com/"Go to JavaScript homepage")
5
5
[](#license"Go to License section")
@@ -9,7 +9,7 @@ This extensions adds a button to the Git extension sidebar - clicking it sends a
9
9
## Benefits
10
10
11
11
- Free (does not require ChatGPT account and subscription)
12
-
- Secure (does not send your code over the internet)
12
+
- Secure (does not send your code over the internet like the builtin button or ChatGPT-related extensions)
0 commit comments