tabby-ai-assistant 1.0.6 → 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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +3 -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,9 +1,10 @@
1
1
  {
2
2
  "name": "tabby-ai-assistant",
3
- "version": "1.0.6",
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",
7
+ "readme": "README.md",
7
8
  "scripts": {
8
9
  "build": "webpack --mode=production --progress --color",
9
10
  "watch": "webpack --mode=development --progress --color --watch",
@@ -67,4 +68,4 @@
67
68
  "webpack": "^5.24.4",
68
69
  "webpack-cli": "^4.5.0"
69
70
  }
70
- }
71
+ }