@verndale/ai-commit 2.4.2 → 2.4.3

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/.env-example +0 -29
  2. package/package.json +1 -1
package/.env-example CHANGED
@@ -1,5 +1,3 @@
1
- # Copy to .env and/or .env.local in your project root (do not commit secrets).
2
-
3
1
  # ------------------------------------------------------------
4
2
  # @verndale/ai-commit (pnpm commit / ai-commit run)
5
3
  # ------------------------------------------------------------
@@ -9,30 +7,3 @@ OPENAI_API_KEY=
9
7
  # Optional — default is gpt-4o-mini
10
8
  # COMMIT_AI_MODEL=
11
9
 
12
-
13
- # ------------------------------------------------------------
14
- # @verndale/ai-pr (pnpm open-pr) — GitHub PR create/update
15
- # ------------------------------------------------------------
16
- # @verndale/ai-pr — GH_TOKEN: Set for local CLI runs; CI uses workflow env / secrets. Also reads GITHUB_TOKEN.
17
- #GH_TOKEN=
18
-
19
- # Optional — PR behavior
20
- # @verndale/ai-pr — PR_BASE_BRANCH: Base branch to merge into (default main).
21
- # PR_BASE_BRANCH=main
22
-
23
- # @verndale/ai-pr — PR_DRAFT: If true (default), new PRs are drafts.
24
- # PR_DRAFT=true
25
-
26
- # Optional — AI summary + labels (when PR_AI=true)
27
- # @verndale/ai-pr — PR_AI: Set true to enable AI summary and optional labels/checklist.
28
- # PR_AI=true
29
-
30
- # @verndale/ai-pr — PR_AI_ENDPOINT: AI API URL when PR_AI is true (e.g. OpenAI Responses endpoint).
31
- # PR_AI_ENDPOINT=https://api.openai.com/v1/responses
32
-
33
- # @verndale/ai-pr — PR_AI_API_KEY: Bearer token for the AI API when PR_AI is true.
34
- # PR_AI_API_KEY=
35
-
36
- # @verndale/ai-pr — PR_AI_MODEL: Model id (default string default).
37
- # PR_AI_MODEL=default
38
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verndale/ai-commit",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "AI-assisted conventional commits with bundled commitlint — one install, aligned rules",
5
5
  "license": "MIT",
6
6
  "author": "Verndale",