code-agent-auto-commit 1.3.2 → 1.3.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.
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "minimax": {
32
32
  "api": "openai-completions",
33
- "baseUrl": "https://api.minimax.chat/v1",
33
+ "baseUrl": "https://api.minimaxi.chat/v1",
34
34
  "apiKeyEnv": "MINIMAX_API_KEY"
35
35
  },
36
36
  "ollama": {
package/README.md CHANGED
@@ -48,6 +48,8 @@ cac init
48
48
  # Edit .cac/.code-agent-auto-commit.json — set your model and defaultProvider.
49
49
  # Fill keys in .cac/.env and load them:
50
50
  source .cac/.env
51
+ # OR:
52
+ cac ai set-key <provider|ENV_VAR> <api-key> [--config <path>]
51
53
 
52
54
  # 3. Install hooks
53
55
  cac install --tool all --scope project
@@ -47,7 +47,7 @@ const DEFAULT_CONFIG = (worktree) => ({
47
47
  },
48
48
  minimax: {
49
49
  api: "openai-completions",
50
- baseUrl: "https://api.minimax.chat/v1",
50
+ baseUrl: "https://api.minimaxi.chat/v1",
51
51
  apiKeyEnv: "MINIMAX_API_KEY",
52
52
  },
53
53
  "kimi-coding": {
package/docs/zh-CN.md CHANGED
@@ -18,6 +18,8 @@ cac init
18
18
  # 编辑 .cac/.code-agent-auto-commit.json,设置 model 和 defaultProvider。
19
19
  # 在 .cac/.env 中填入 API Key 后加载:
20
20
  source .cac/.env
21
+ # 或者:
22
+ cac ai set-key <provider|ENV_VAR> <api-key> [--config <path>]
21
23
 
22
24
  # 3. 安装钩子
23
25
  cac install --tool all --scope project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code-agent-auto-commit",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "CAC provides configurable AI auto-commit(using your git account) for OpenCode, Claude Code, Codex, and other AI code agents",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",