@theia/ai-core 1.73.0-next.31 → 1.73.0-next.39

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.
@@ -29,7 +29,7 @@ let DefaultLanguageModelAliasRegistry = class DefaultLanguageModelAliasRegistry
29
29
  {
30
30
  id: 'default/code',
31
31
  defaultModelIds: [
32
- 'anthropic/claude-opus-4-7',
32
+ 'anthropic/claude-opus-4-8',
33
33
  'openai/gpt-5.5',
34
34
  'google/gemini-3.1-pro-preview'
35
35
  ],
@@ -38,7 +38,7 @@ let DefaultLanguageModelAliasRegistry = class DefaultLanguageModelAliasRegistry
38
38
  {
39
39
  id: 'default/universal',
40
40
  defaultModelIds: [
41
- 'anthropic/claude-opus-4-7',
41
+ 'anthropic/claude-opus-4-8',
42
42
  'openai/gpt-5.5',
43
43
  'google/gemini-3.1-pro-preview'
44
44
  ],
@@ -56,7 +56,7 @@ let DefaultLanguageModelAliasRegistry = class DefaultLanguageModelAliasRegistry
56
56
  {
57
57
  id: 'default/summarize',
58
58
  defaultModelIds: [
59
- 'anthropic/claude-opus-4-7',
59
+ 'anthropic/claude-opus-4-8',
60
60
  'openai/gpt-5.5',
61
61
  'google/gemini-3.1-pro-preview'
62
62
  ],
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@theia/ai-core",
3
- "version": "1.73.0-next.31+f888a90fa",
3
+ "version": "1.73.0-next.39+b8afaa0a7",
4
4
  "description": "Theia - AI Core",
5
5
  "dependencies": {
6
- "@theia/core": "1.73.0-next.31+f888a90fa",
7
- "@theia/editor": "1.73.0-next.31+f888a90fa",
8
- "@theia/filesystem": "1.73.0-next.31+f888a90fa",
9
- "@theia/monaco": "1.73.0-next.31+f888a90fa",
6
+ "@theia/core": "1.73.0-next.39+b8afaa0a7",
7
+ "@theia/editor": "1.73.0-next.39+b8afaa0a7",
8
+ "@theia/filesystem": "1.73.0-next.39+b8afaa0a7",
9
+ "@theia/monaco": "1.73.0-next.39+b8afaa0a7",
10
10
  "@theia/monaco-editor-core": "1.108.201",
11
- "@theia/output": "1.73.0-next.31+f888a90fa",
12
- "@theia/variable-resolver": "1.73.0-next.31+f888a90fa",
13
- "@theia/workspace": "1.73.0-next.31+f888a90fa",
11
+ "@theia/output": "1.73.0-next.39+b8afaa0a7",
12
+ "@theia/variable-resolver": "1.73.0-next.39+b8afaa0a7",
13
+ "@theia/workspace": "1.73.0-next.39+b8afaa0a7",
14
14
  "@types/js-yaml": "^4.0.9",
15
15
  "fast-deep-equal": "^3.1.3",
16
- "js-yaml": "^4.1.1",
16
+ "js-yaml": "^4.2.0",
17
17
  "tslib": "^2.8.1",
18
- "undici": "^7.25.0"
18
+ "undici": "^7.26.0"
19
19
  },
20
20
  "main": "lib/common",
21
21
  "publishConfig": {
@@ -58,5 +58,5 @@
58
58
  "nyc": {
59
59
  "extends": "../../configs/nyc.json"
60
60
  },
61
- "gitHead": "f888a90fa9ccf8c0468fcb567369625c51ede3ee"
61
+ "gitHead": "b8afaa0a7ec19427b14ca23df2da2a81bddedbfc"
62
62
  }
@@ -29,7 +29,7 @@ export class DefaultLanguageModelAliasRegistry implements LanguageModelAliasRegi
29
29
  {
30
30
  id: 'default/code',
31
31
  defaultModelIds: [
32
- 'anthropic/claude-opus-4-7',
32
+ 'anthropic/claude-opus-4-8',
33
33
  'openai/gpt-5.5',
34
34
  'google/gemini-3.1-pro-preview'
35
35
  ],
@@ -38,7 +38,7 @@ export class DefaultLanguageModelAliasRegistry implements LanguageModelAliasRegi
38
38
  {
39
39
  id: 'default/universal',
40
40
  defaultModelIds: [
41
- 'anthropic/claude-opus-4-7',
41
+ 'anthropic/claude-opus-4-8',
42
42
  'openai/gpt-5.5',
43
43
  'google/gemini-3.1-pro-preview'
44
44
  ],
@@ -56,7 +56,7 @@ export class DefaultLanguageModelAliasRegistry implements LanguageModelAliasRegi
56
56
  {
57
57
  id: 'default/summarize',
58
58
  defaultModelIds: [
59
- 'anthropic/claude-opus-4-7',
59
+ 'anthropic/claude-opus-4-8',
60
60
  'openai/gpt-5.5',
61
61
  'google/gemini-3.1-pro-preview'
62
62
  ],