tabby-ai-assistant 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/README.md +0 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -217,15 +217,9 @@ interface TerminalContext {
|
|
|
217
217
|
|
|
218
218
|
- [Tabby](https://tabby.sh/) - 强大的终端模拟器
|
|
219
219
|
- [tabby-vscode-agent](https://github.com/SteffMet/tabby-vscode-agent) - 参考架构
|
|
220
|
-
- [Anthropic Claude](https://www.anthropic.com/) - AI提供商
|
|
221
220
|
- [Minimax](https://minimaxi.com/) - AI服务
|
|
222
221
|
- [GLM](https://open.bigmodel.cn/) - 智谱AI
|
|
223
222
|
|
|
224
|
-
## 📞 联系方式
|
|
225
|
-
|
|
226
|
-
- 项目主页: https://github.com/your-username/tabby-ai-assistant
|
|
227
|
-
- 问题反馈: https://github.com/your-username/tabby-ai-assistant/issues
|
|
228
|
-
- 邮箱: your-email@example.com
|
|
229
223
|
|
|
230
224
|
---
|
|
231
225
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tabby-ai-assistant",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Tabby终端AI助手插件 - 支持多AI提供商(OpenAI、Anthropic、Minimax、GLM、Ollama、vLLM)",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -68,4 +68,4 @@
|
|
|
68
68
|
"webpack": "^5.24.4",
|
|
69
69
|
"webpack-cli": "^4.5.0"
|
|
70
70
|
}
|
|
71
|
-
}
|
|
71
|
+
}
|