@theia/ai-vercel-ai 1.67.0-next.3 → 1.67.0-next.59

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 +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -17,6 +17,7 @@ The Vercel AI API key and the models to use can be configured via preferences.
17
17
 
18
18
  ## Additional Information
19
19
 
20
+ - [API documentation for `@theia/ai-vercel-ai`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_ai-vercel-ai.html)
20
21
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
21
22
  - [Theia - Website](https://theia-ide.org/)
22
23
 
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@theia/ai-vercel-ai",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Vercel AI SDK Integration",
5
5
  "dependencies": {
6
6
  "@ai-sdk/anthropic": "^1.2.10",
7
7
  "@ai-sdk/openai": "^1.3.21",
8
8
  "@ai-sdk/provider": "^1.1.3",
9
- "@theia/ai-core": "1.67.0-next.3+7946ca874",
10
- "@theia/core": "1.67.0-next.3+7946ca874",
11
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
12
- "@theia/workspace": "1.67.0-next.3+7946ca874",
9
+ "@theia/ai-core": "1.67.0-next.59+3f14297ea",
10
+ "@theia/core": "1.67.0-next.59+3f14297ea",
11
+ "@theia/filesystem": "1.67.0-next.59+3f14297ea",
12
+ "@theia/workspace": "1.67.0-next.59+3f14297ea",
13
13
  "ai": "^4.3.13",
14
14
  "tslib": "^2.6.2"
15
15
  },
@@ -52,5 +52,5 @@
52
52
  "nyc": {
53
53
  "extends": "../../configs/nyc.json"
54
54
  },
55
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
55
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
56
56
  }