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
This release introduces detailed instructions for building and installing the LLM Commit Message VS Code extension locally.
- Provides prerequisites for development and usage.
- Includes step-by-step instructions for building the extension using npm.
- Offers guidelines for running the extension locally.
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
7
7
This extensions adds a button to the Git extension sidebar - clicking it sends a Git diff to a local LLM (default Ollama) and uses a generated commit message in the box.
8
8
9
+
## Note
10
+
11
+
This extension is not available in the extensions library. You can build and install it locally though.
12
+
9
13
## Benefits
10
14
11
15
- Free (does not require ChatGPT account and subscription)
@@ -14,11 +18,15 @@ This extensions adds a button to the Git extension sidebar - clicking it sends a
0 commit comments