aicodeswitch 1.4.0 → 1.4.1

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/README.md CHANGED
@@ -7,6 +7,8 @@ AI Code Switch 是帮助你在本地管理 AI 编程工具接入大模型的工
7
7
 
8
8
  **而且它尽可能简单的帮你解决这件事。**
9
9
 
10
+ 视频演示:[https://www.bilibili.com/video/BV1uEznBuEJd/](https://www.bilibili.com/video/BV1uEznBuEJd/?from=github)
11
+
10
12
  ## 安装
11
13
 
12
14
  ```
@@ -102,6 +102,8 @@ AI Code Switch 是帮助你在本地管理 AI 编程工具接入大模型的工
102
102
 
103
103
  **而且它尽可能简单的帮你解决这件事。**
104
104
 
105
+ 视频演示:[https://www.bilibili.com/video/BV1uEznBuEJd/](https://www.bilibili.com/video/BV1uEznBuEJd/?from=github)
106
+
105
107
  ## 安装
106
108
 
107
109
  \`\`\`
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>AI Code Switch</title>
7
- <script type="module" crossorigin src="./assets/index-s2lL7OMJ.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-DJ5R6Vso.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-dcQX0zYo.css">
9
9
  </head>
10
10
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicodeswitch",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "A tool to help you manage AI programming tools to access large language models locally. It allows your Claude Code, Codex and other tools to no longer be limited to official models.",
5
5
  "author": "tangshuang",
6
6
  "license": "GPL-3.0",