@theia/ai-terminal 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.
- package/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -17,6 +17,7 @@ The overlay can be used to ask a dedicated `TerminalAgent` for suggestions of te
|
|
|
17
17
|
|
|
18
18
|
## Additional Information
|
|
19
19
|
|
|
20
|
+
- [API documentation for `@theia/ai-terminal`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_ai-terminal.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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/ai-terminal",
|
|
3
|
-
"version": "1.67.0-next.
|
|
3
|
+
"version": "1.67.0-next.59+3f14297ea",
|
|
4
4
|
"description": "Theia - AI Terminal Extension",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/ai-chat": "1.67.0-next.
|
|
7
|
-
"@theia/ai-core": "1.67.0-next.
|
|
8
|
-
"@theia/core": "1.67.0-next.
|
|
9
|
-
"@theia/terminal": "1.67.0-next.
|
|
6
|
+
"@theia/ai-chat": "1.67.0-next.59+3f14297ea",
|
|
7
|
+
"@theia/ai-core": "1.67.0-next.59+3f14297ea",
|
|
8
|
+
"@theia/core": "1.67.0-next.59+3f14297ea",
|
|
9
|
+
"@theia/terminal": "1.67.0-next.59+3f14297ea",
|
|
10
10
|
"zod": "^3.23.8",
|
|
11
11
|
"zod-to-json-schema": "^3.23.2"
|
|
12
12
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"nyc": {
|
|
49
49
|
"extends": "../../configs/nyc.json"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
|
|
52
52
|
}
|