@kud/ai-conventional-commit-cli 0.7.1 → 0.8.0

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/dist/index.js +10 -10
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -278,7 +278,7 @@ var OpenCodeProvider = class {
278
278
  async chat(messages, _opts) {
279
279
  const debug = process.env.AICC_DEBUG === "true";
280
280
  const mockMode = process.env.AICC_DEBUG_PROVIDER === "mock";
281
- const timeoutMs = parseInt(process.env.AICC_MODEL_TIMEOUT_MS || "100000", 10);
281
+ const timeoutMs = parseInt(process.env.AICC_MODEL_TIMEOUT_MS || "120000", 10);
282
282
  const eager = process.env.AICC_EAGER_PARSE !== "false";
283
283
  const userAggregate = messages.map((m) => `${m.role.toUpperCase()}: ${m.content}`).join("\n\n");
284
284
  const command = `Generate high-quality commit message candidates based on the staged git diff.`;
@@ -1115,7 +1115,7 @@ async function runRefine(config, options) {
1115
1115
  // package.json
1116
1116
  var package_default = {
1117
1117
  name: "@kud/ai-conventional-commit-cli",
1118
- version: "0.7.1",
1118
+ version: "0.8.0",
1119
1119
  type: "module",
1120
1120
  description: "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
1121
1121
  bin: {
@@ -1138,25 +1138,25 @@ var package_default = {
1138
1138
  },
1139
1139
  dependencies: {
1140
1140
  "@commitlint/config-conventional": "^19.8.1",
1141
- chalk: "^5.6.0",
1141
+ chalk: "^5.6.2",
1142
1142
  clipanion: "^3.2.1",
1143
1143
  cosmiconfig: "^9.0.0",
1144
1144
  execa: "^9.6.0",
1145
1145
  "fast-glob": "^3.3.3",
1146
- inquirer: "^9.3.7",
1147
- keyv: "^5.5.0",
1146
+ inquirer: "^12.9.4",
1147
+ keyv: "^5.5.1",
1148
1148
  "lru-cache": "^11.2.1",
1149
1149
  ora: "^8.2.0",
1150
1150
  pathe: "^2.0.3",
1151
1151
  "simple-git": "^3.28.0",
1152
- "strip-ansi": "^7.1.0",
1153
- zod: "^4.1.5"
1152
+ "strip-ansi": "^7.1.2",
1153
+ zod: "^4.1.7"
1154
1154
  },
1155
1155
  devDependencies: {
1156
- "@types/inquirer": "^9.0.7",
1156
+ "@types/inquirer": "^9.0.9",
1157
1157
  "@types/node": "^24.3.1",
1158
- "@typescript-eslint/eslint-plugin": "^8.42.0",
1159
- "@typescript-eslint/parser": "^8.42.0",
1158
+ "@typescript-eslint/eslint-plugin": "^8.43.0",
1159
+ "@typescript-eslint/parser": "^8.43.0",
1160
1160
  "cz-conventional-changelog": "^3.3.0",
1161
1161
  eslint: "^9.35.0",
1162
1162
  prettier: "^3.6.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kud/ai-conventional-commit-cli",
3
- "version": "0.7.1",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "description": "Opinionated, style-aware AI assistant for crafting and splitting git commits (opencode-based, provider-agnostic).",
6
6
  "bin": {
@@ -23,25 +23,25 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@commitlint/config-conventional": "^19.8.1",
26
- "chalk": "^5.6.0",
26
+ "chalk": "^5.6.2",
27
27
  "clipanion": "^3.2.1",
28
28
  "cosmiconfig": "^9.0.0",
29
29
  "execa": "^9.6.0",
30
30
  "fast-glob": "^3.3.3",
31
- "inquirer": "^9.3.7",
32
- "keyv": "^5.5.0",
31
+ "inquirer": "^12.9.4",
32
+ "keyv": "^5.5.1",
33
33
  "lru-cache": "^11.2.1",
34
34
  "ora": "^8.2.0",
35
35
  "pathe": "^2.0.3",
36
36
  "simple-git": "^3.28.0",
37
- "strip-ansi": "^7.1.0",
38
- "zod": "^4.1.5"
37
+ "strip-ansi": "^7.1.2",
38
+ "zod": "^4.1.7"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/inquirer": "^9.0.7",
41
+ "@types/inquirer": "^9.0.9",
42
42
  "@types/node": "^24.3.1",
43
- "@typescript-eslint/eslint-plugin": "^8.42.0",
44
- "@typescript-eslint/parser": "^8.42.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.43.0",
44
+ "@typescript-eslint/parser": "^8.43.0",
45
45
  "cz-conventional-changelog": "^3.3.0",
46
46
  "eslint": "^9.35.0",
47
47
  "prettier": "^3.6.2",