@rafaeelricco/commit-tools 0.1.5 → 0.1.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/README.md +6 -4
- package/dist/index.js +366 -341
- package/dist/index.js.map +121 -15
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# commit-tools
|
|
2
2
|
|
|
3
|
-
[](#)
|
|
4
4
|
|
|
5
5
|
Writing good commit messages _can_ have a high cognitive cost, especially when you make dozens of commits a day. That energy should be directed toward solving hard problems and shipping features, not summarizing them.
|
|
6
6
|
|
|
@@ -96,7 +96,7 @@ commit setup
|
|
|
96
96
|
|
|
97
97
|
You will be prompted to choose:
|
|
98
98
|
|
|
99
|
-
- **Auth method**: OAuth (sign in with your account) or
|
|
99
|
+
- **Auth method**: OAuth (sign in with your Google or ChatGPT account) or API Key (paste your own key)
|
|
100
100
|
- **Commit convention**: Conventional, Imperative, or Custom
|
|
101
101
|
|
|
102
102
|
To re-authenticate at any time:
|
|
@@ -157,9 +157,11 @@ commit --help
|
|
|
157
157
|
|
|
158
158
|
## Providers
|
|
159
159
|
|
|
160
|
-
|
|
160
|
+
- **Google Gemini** — API key or Google OAuth
|
|
161
|
+
- **OpenAI** — API key or sign in with your ChatGPT Plus/Pro subscription
|
|
162
|
+
|
|
163
|
+
More providers coming soon:
|
|
161
164
|
|
|
162
|
-
- **OpenAI** (GPT-4o, o1, o3, etc.)
|
|
163
165
|
- **Anthropic** (Claude)
|
|
164
166
|
|
|
165
167
|
Contributions and feedback are welcome!
|