@rafaeelricco/commit-tools 0.1.6 → 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.
Files changed (2) hide show
  1. package/README.md +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # commit-tools
2
2
 
3
- [![Version](https://img.shields.io/badge/version-0.1.2-blue.svg)](#)
3
+ [![Version](https://img.shields.io/badge/version-0.1.7-blue.svg)](#)
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 BYOK (paste your own API key)
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
- Currently powered by **Google Gemini**. More providers are coming soon:
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!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rafaeelricco/commit-tools",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "bin": {