quick-sh 1.0.7 → 1.0.8

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/CHANGELOG.md CHANGED
@@ -2,6 +2,21 @@
2
2
 
3
3
  所有重要的更改都会记录在此文件中。
4
4
 
5
+ ## [1.0.8] - 2025-06-19
6
+
7
+ ### 更新内容
8
+
9
+ - chore: remove node_modules (392db02)
10
+
11
+ ### 详细信息
12
+ - **更新人**: Young6118
13
+ - **更新时间**: 2025-06-19
14
+ - **提交数量**: 1
15
+ - **提交范围**: 392db02..392db02
16
+
17
+ ---
18
+
19
+
5
20
  ## [1.0.7] - 2025-06-18
6
21
 
7
22
  ### 更新内容
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quick-sh",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "A local script management tool for quick execution of JavaScript and Shell scripts with alias support",
5
5
  "main": "src/lib/script-manager.js",
6
6
  "bin": {
package/src/lib/ai.js CHANGED
@@ -536,7 +536,6 @@ async function callAI(messages, model) {
536
536
  };
537
537
 
538
538
  // 发送HTTP请求
539
- console.log(111, apiUrl, payload, headers)
540
539
  const response = await axios.post(apiUrl, payload, {
541
540
  headers: headers,
542
541
  timeout: 30000 // 30秒超时