@git-ai/cli 1.0.1 → 1.0.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@git-ai/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "一个基于 AI 的 Git 提交消息生成器 CLI 工具,可自动分析代码变更并生成符合规范的提交信息",
5
5
  "type": "module",
6
6
  "bin": {
@@ -55,6 +55,7 @@ export const chat = (data, baseURL, apiKey) => {
55
55
  data: {
56
56
  think: false,
57
57
  stream: false,
58
+ thinking: { type: "disabled" },
58
59
  model: data.model || getOpenAiConfig("model"),
59
60
  ...data,
60
61
  },