-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* also update builtins * add anthropic, mcp, and scanoss ai-packages
- Loading branch information
1 parent
0b2c377
commit 9fd197b
Showing
8 changed files
with
1,033 additions
and
689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "theia-ide-browser-app", | ||
"description": "Eclipse Theia IDE browser product", | ||
"productName": "Theia IDE", | ||
"version": "1.56.2", | ||
"version": "1.57.0", | ||
"license": "MIT", | ||
"author": "Eclipse Theia <[email protected]>", | ||
"homepage": "https://github.com/eclipse-theia/theia-ide#readme", | ||
|
@@ -45,64 +45,67 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@theia/ai-chat": "1.56.0", | ||
"@theia/ai-chat-ui": "1.56.0", | ||
"@theia/ai-code-completion": "1.56.0", | ||
"@theia/ai-core": "1.56.0", | ||
"@theia/ai-history": "1.56.0", | ||
"@theia/ai-huggingface": "1.56.0", | ||
"@theia/ai-llamafile": "1.56.0", | ||
"@theia/ai-ollama": "1.56.0", | ||
"@theia/ai-openai": "1.56.0", | ||
"@theia/ai-terminal": "1.56.0", | ||
"@theia/ai-workspace-agent": "1.56.0", | ||
"@theia/bulk-edit": "1.56.0", | ||
"@theia/callhierarchy": "1.56.0", | ||
"@theia/collaboration": "1.56.0", | ||
"@theia/console": "1.56.0", | ||
"@theia/core": "1.56.0", | ||
"@theia/debug": "1.56.0", | ||
"@theia/dev-container": "1.56.0", | ||
"@theia/editor": "1.56.0", | ||
"@theia/editor-preview": "1.56.0", | ||
"@theia/external-terminal": "1.56.0", | ||
"@theia/file-search": "1.56.0", | ||
"@theia/filesystem": "1.56.0", | ||
"@theia/getting-started": "1.56.0", | ||
"@theia/keymaps": "1.56.0", | ||
"@theia/markers": "1.56.0", | ||
"@theia/memory-inspector": "1.56.0", | ||
"@theia/messages": "1.56.0", | ||
"@theia/metrics": "1.56.0", | ||
"@theia/mini-browser": "1.56.0", | ||
"@theia/monaco": "1.56.0", | ||
"@theia/navigator": "1.56.0", | ||
"@theia/outline-view": "1.56.0", | ||
"@theia/output": "1.56.0", | ||
"@theia/plugin-dev": "1.56.0", | ||
"@theia/plugin-ext": "1.56.0", | ||
"@theia/plugin-ext-vscode": "1.56.0", | ||
"@theia/preferences": "1.56.0", | ||
"@theia/process": "1.56.0", | ||
"@theia/property-view": "1.56.0", | ||
"@theia/remote": "1.56.0", | ||
"@theia/scm": "1.56.0", | ||
"@theia/search-in-workspace": "1.56.0", | ||
"@theia/secondary-window": "1.56.0", | ||
"@theia/task": "1.56.0", | ||
"@theia/terminal": "1.56.0", | ||
"@theia/timeline": "1.56.0", | ||
"@theia/toolbar": "1.56.0", | ||
"@theia/typehierarchy": "1.56.0", | ||
"@theia/userstorage": "1.56.0", | ||
"@theia/variable-resolver": "1.56.0", | ||
"@theia/vsx-registry": "1.56.0", | ||
"@theia/workspace": "1.56.0", | ||
"@theia/ai-anthropic": "1.57.0", | ||
"@theia/ai-chat": "1.57.0", | ||
"@theia/ai-chat-ui": "1.57.0", | ||
"@theia/ai-code-completion": "1.57.0", | ||
"@theia/ai-core": "1.57.0", | ||
"@theia/ai-history": "1.57.0", | ||
"@theia/ai-huggingface": "1.57.0", | ||
"@theia/ai-llamafile": "1.57.0", | ||
"@theia/ai-mcp": "1.57.0", | ||
"@theia/ai-ollama": "1.57.0", | ||
"@theia/ai-openai": "1.57.0", | ||
"@theia/ai-scanoss": "1.57.0", | ||
"@theia/ai-terminal": "1.57.0", | ||
"@theia/ai-workspace-agent": "1.57.0", | ||
"@theia/bulk-edit": "1.57.0", | ||
"@theia/callhierarchy": "1.57.0", | ||
"@theia/collaboration": "1.57.0", | ||
"@theia/console": "1.57.0", | ||
"@theia/core": "1.57.0", | ||
"@theia/debug": "1.57.0", | ||
"@theia/dev-container": "1.57.0", | ||
"@theia/editor": "1.57.0", | ||
"@theia/editor-preview": "1.57.0", | ||
"@theia/external-terminal": "1.57.0", | ||
"@theia/file-search": "1.57.0", | ||
"@theia/filesystem": "1.57.0", | ||
"@theia/getting-started": "1.57.0", | ||
"@theia/keymaps": "1.57.0", | ||
"@theia/markers": "1.57.0", | ||
"@theia/memory-inspector": "1.57.0", | ||
"@theia/messages": "1.57.0", | ||
"@theia/metrics": "1.57.0", | ||
"@theia/mini-browser": "1.57.0", | ||
"@theia/monaco": "1.57.0", | ||
"@theia/navigator": "1.57.0", | ||
"@theia/outline-view": "1.57.0", | ||
"@theia/output": "1.57.0", | ||
"@theia/plugin-dev": "1.57.0", | ||
"@theia/plugin-ext": "1.57.0", | ||
"@theia/plugin-ext-vscode": "1.57.0", | ||
"@theia/preferences": "1.57.0", | ||
"@theia/process": "1.57.0", | ||
"@theia/property-view": "1.57.0", | ||
"@theia/remote": "1.57.0", | ||
"@theia/scm": "1.57.0", | ||
"@theia/search-in-workspace": "1.57.0", | ||
"@theia/secondary-window": "1.57.0", | ||
"@theia/task": "1.57.0", | ||
"@theia/terminal": "1.57.0", | ||
"@theia/timeline": "1.57.0", | ||
"@theia/toolbar": "1.57.0", | ||
"@theia/typehierarchy": "1.57.0", | ||
"@theia/userstorage": "1.57.0", | ||
"@theia/variable-resolver": "1.57.0", | ||
"@theia/vsx-registry": "1.57.0", | ||
"@theia/workspace": "1.57.0", | ||
"fs-extra": "^9.0.1", | ||
"theia-ide-product-ext": "1.56.2" | ||
"theia-ide-product-ext": "1.57.0" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.56.0" | ||
"@theia/cli": "1.57.0" | ||
}, | ||
"scripts": { | ||
"clean": "theia clean && rimraf node_modules", | ||
|
@@ -114,4 +117,4 @@ | |
"update:theia": "ts-node ../../scripts/update-theia-version.ts", | ||
"update:next": "ts-node ../../scripts/update-theia-version.ts next" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"name": "theia-ide-electron-app", | ||
"description": "Eclipse Theia IDE product", | ||
"productName": "Theia IDE", | ||
"version": "1.56.2", | ||
"version": "1.57.0", | ||
"main": "scripts/theia-electron-main.js", | ||
"license": "MIT", | ||
"author": "Eclipse Theia <[email protected]>", | ||
|
@@ -54,67 +54,70 @@ | |
} | ||
}, | ||
"dependencies": { | ||
"@theia/ai-chat": "1.56.0", | ||
"@theia/ai-chat-ui": "1.56.0", | ||
"@theia/ai-code-completion": "1.56.0", | ||
"@theia/ai-core": "1.56.0", | ||
"@theia/ai-history": "1.56.0", | ||
"@theia/ai-huggingface": "1.56.0", | ||
"@theia/ai-llamafile": "1.56.0", | ||
"@theia/ai-ollama": "1.56.0", | ||
"@theia/ai-openai": "1.56.0", | ||
"@theia/ai-terminal": "1.56.0", | ||
"@theia/ai-workspace-agent": "1.56.0", | ||
"@theia/bulk-edit": "1.56.0", | ||
"@theia/callhierarchy": "1.56.0", | ||
"@theia/collaboration": "1.56.0", | ||
"@theia/console": "1.56.0", | ||
"@theia/core": "1.56.0", | ||
"@theia/debug": "1.56.0", | ||
"@theia/dev-container": "1.56.0", | ||
"@theia/editor": "1.56.0", | ||
"@theia/editor-preview": "1.56.0", | ||
"@theia/electron": "1.56.0", | ||
"@theia/external-terminal": "1.56.0", | ||
"@theia/file-search": "1.56.0", | ||
"@theia/filesystem": "1.56.0", | ||
"@theia/getting-started": "1.56.0", | ||
"@theia/keymaps": "1.56.0", | ||
"@theia/markers": "1.56.0", | ||
"@theia/memory-inspector": "1.56.0", | ||
"@theia/messages": "1.56.0", | ||
"@theia/metrics": "1.56.0", | ||
"@theia/mini-browser": "1.56.0", | ||
"@theia/monaco": "1.56.0", | ||
"@theia/navigator": "1.56.0", | ||
"@theia/outline-view": "1.56.0", | ||
"@theia/output": "1.56.0", | ||
"@theia/plugin-dev": "1.56.0", | ||
"@theia/plugin-ext": "1.56.0", | ||
"@theia/plugin-ext-vscode": "1.56.0", | ||
"@theia/preferences": "1.56.0", | ||
"@theia/process": "1.56.0", | ||
"@theia/property-view": "1.56.0", | ||
"@theia/remote": "1.56.0", | ||
"@theia/scm": "1.56.0", | ||
"@theia/search-in-workspace": "1.56.0", | ||
"@theia/secondary-window": "1.56.0", | ||
"@theia/task": "1.56.0", | ||
"@theia/terminal": "1.56.0", | ||
"@theia/timeline": "1.56.0", | ||
"@theia/toolbar": "1.56.0", | ||
"@theia/typehierarchy": "1.56.0", | ||
"@theia/userstorage": "1.56.0", | ||
"@theia/variable-resolver": "1.56.0", | ||
"@theia/vsx-registry": "1.56.0", | ||
"@theia/workspace": "1.56.0", | ||
"@theia/ai-anthropic": "1.57.0", | ||
"@theia/ai-chat": "1.57.0", | ||
"@theia/ai-chat-ui": "1.57.0", | ||
"@theia/ai-code-completion": "1.57.0", | ||
"@theia/ai-core": "1.57.0", | ||
"@theia/ai-history": "1.57.0", | ||
"@theia/ai-huggingface": "1.57.0", | ||
"@theia/ai-llamafile": "1.57.0", | ||
"@theia/ai-mcp": "1.57.0", | ||
"@theia/ai-ollama": "1.57.0", | ||
"@theia/ai-openai": "1.57.0", | ||
"@theia/ai-scanoss": "1.57.0", | ||
"@theia/ai-terminal": "1.57.0", | ||
"@theia/ai-workspace-agent": "1.57.0", | ||
"@theia/bulk-edit": "1.57.0", | ||
"@theia/callhierarchy": "1.57.0", | ||
"@theia/collaboration": "1.57.0", | ||
"@theia/console": "1.57.0", | ||
"@theia/core": "1.57.0", | ||
"@theia/debug": "1.57.0", | ||
"@theia/dev-container": "1.57.0", | ||
"@theia/editor": "1.57.0", | ||
"@theia/editor-preview": "1.57.0", | ||
"@theia/electron": "1.57.0", | ||
"@theia/external-terminal": "1.57.0", | ||
"@theia/file-search": "1.57.0", | ||
"@theia/filesystem": "1.57.0", | ||
"@theia/getting-started": "1.57.0", | ||
"@theia/keymaps": "1.57.0", | ||
"@theia/markers": "1.57.0", | ||
"@theia/memory-inspector": "1.57.0", | ||
"@theia/messages": "1.57.0", | ||
"@theia/metrics": "1.57.0", | ||
"@theia/mini-browser": "1.57.0", | ||
"@theia/monaco": "1.57.0", | ||
"@theia/navigator": "1.57.0", | ||
"@theia/outline-view": "1.57.0", | ||
"@theia/output": "1.57.0", | ||
"@theia/plugin-dev": "1.57.0", | ||
"@theia/plugin-ext": "1.57.0", | ||
"@theia/plugin-ext-vscode": "1.57.0", | ||
"@theia/preferences": "1.57.0", | ||
"@theia/process": "1.57.0", | ||
"@theia/property-view": "1.57.0", | ||
"@theia/remote": "1.57.0", | ||
"@theia/scm": "1.57.0", | ||
"@theia/search-in-workspace": "1.57.0", | ||
"@theia/secondary-window": "1.57.0", | ||
"@theia/task": "1.57.0", | ||
"@theia/terminal": "1.57.0", | ||
"@theia/timeline": "1.57.0", | ||
"@theia/toolbar": "1.57.0", | ||
"@theia/typehierarchy": "1.57.0", | ||
"@theia/userstorage": "1.57.0", | ||
"@theia/variable-resolver": "1.57.0", | ||
"@theia/vsx-registry": "1.57.0", | ||
"@theia/workspace": "1.57.0", | ||
"fs-extra": "^9.0.1", | ||
"theia-ide-launcher-ext": "1.56.2", | ||
"theia-ide-product-ext": "1.56.2", | ||
"theia-ide-updater-ext": "1.56.2" | ||
"theia-ide-launcher-ext": "1.57.0", | ||
"theia-ide-product-ext": "1.57.0", | ||
"theia-ide-updater-ext": "1.57.0" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.56.0", | ||
"@theia/cli": "1.57.0", | ||
"@types/js-yaml": "^3.12.0", | ||
"@types/yargs": "17.0.7", | ||
"@wdio/cli": "^6.10.2", | ||
|
@@ -158,4 +161,4 @@ | |
"lint": "eslint --ext js,jsx,ts,tsx scripts && eslint --ext js,jsx,ts,tsx test", | ||
"lint:fix": "eslint --ext js,jsx,ts,tsx scripts --fix && eslint --ext js,jsx,ts,tsx test -fix" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"private": true, | ||
"version": "1.56.2", | ||
"version": "1.57.0", | ||
"license": "MIT", | ||
"author": "Rob Moran <[email protected]>", | ||
"homepage": "https://github.com/eclipse-theia/theia-ide#readme", | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"devDependencies": { | ||
"@eclipse-dash/nodejs-wrapper": "^0.0.1", | ||
"@theia/cli": "1.56.0", | ||
"@theia/cli": "1.57.0", | ||
"@typescript-eslint/eslint-plugin": "^4.25.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.25.0", | ||
"@typescript-eslint/parser": "^4.25.0", | ||
|
@@ -59,9 +59,9 @@ | |
}, | ||
"theiaPluginsDir": "plugins", | ||
"theiaPlugins": { | ||
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.88.1/file/eclipse-theia.builtin-extension-pack-1.88.1.vsix", | ||
"vscjava.vscode-java-pack": "https://open-vsx.org/api/vscjava/vscode-java-pack/0.25.11/file/vscjava.vscode-java-pack-0.25.11.vsix", | ||
"vscjava.vscode-java-dependency": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.21.2/file/vscjava.vscode-java-dependency-0.21.2.vsix" | ||
"eclipse-theia.builtin-extension-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.95.3/file/eclipse-theia.builtin-extension-pack-1.95.3.vsix", | ||
"vscjava.vscode-java-pack": "https://open-vsx.org/api/vscjava/vscode-java-pack/0.29.0/file/vscjava.vscode-java-pack-0.29.0.vsix", | ||
"vscjava.vscode-java-dependency": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.24.1/file/vscjava.vscode-java-dependency-0.24.1.vsix" | ||
}, | ||
"theiaPluginsExcludeIds": [ | ||
"ms-vscode.js-debug-companion", | ||
|
@@ -83,4 +83,4 @@ | |
"**/cpu-features": "0.0.9", | ||
"**/perfect-scrollbar": "1.5.5" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.