@theia/ai-claude-code 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 +10 -10
package/README.md CHANGED
@@ -16,6 +16,7 @@ The `@theia/ai-claude-code` integrates Anthropic's Claude Code as an agent into
16
16
 
17
17
  ## Additional Information
18
18
 
19
+ - [API documentation for `@theia/ai-claude-code`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_ai-claude-code.html)
19
20
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
20
21
  - [Theia - Website](https://theia-ide.org/)
21
22
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@theia/ai-claude-code",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Claude Code Integration",
5
5
  "dependencies": {
6
- "@theia/ai-chat": "1.67.0-next.3+7946ca874",
7
- "@theia/ai-chat-ui": "1.67.0-next.3+7946ca874",
8
- "@theia/ai-core": "1.67.0-next.3+7946ca874",
9
- "@theia/core": "1.67.0-next.3+7946ca874",
10
- "@theia/editor": "1.67.0-next.3+7946ca874",
11
- "@theia/filesystem": "1.67.0-next.3+7946ca874",
6
+ "@theia/ai-chat": "1.67.0-next.59+3f14297ea",
7
+ "@theia/ai-chat-ui": "1.67.0-next.59+3f14297ea",
8
+ "@theia/ai-core": "1.67.0-next.59+3f14297ea",
9
+ "@theia/core": "1.67.0-next.59+3f14297ea",
10
+ "@theia/editor": "1.67.0-next.59+3f14297ea",
11
+ "@theia/filesystem": "1.67.0-next.59+3f14297ea",
12
12
  "@theia/monaco-editor-core": "^1.96.302",
13
- "@theia/output": "1.67.0-next.3+7946ca874",
14
- "@theia/workspace": "1.67.0-next.3+7946ca874",
13
+ "@theia/output": "1.67.0-next.59+3f14297ea",
14
+ "@theia/workspace": "1.67.0-next.59+3f14297ea",
15
15
  "tslib": "^2.6.2"
16
16
  },
17
17
  "publishConfig": {
@@ -53,5 +53,5 @@
53
53
  "nyc": {
54
54
  "extends": "../../configs/nyc.json"
55
55
  },
56
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
56
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
57
57
  }