deploy: current vibn theia state
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled

Made-with: Cursor
This commit is contained in:
2026-02-27 12:01:08 -08:00
commit 8bb5110148
3782 changed files with 640947 additions and 0 deletions

View File

@@ -0,0 +1,71 @@
{
"name": "@theia/ai-ide",
"version": "1.68.0",
"description": "AI IDE Agents Extension",
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-theia/theia.git"
},
"bugs": {
"url": "https://github.com/eclipse-theia/theia/issues"
},
"homepage": "https://github.com/eclipse-theia/theia",
"keywords": [
"theia-extension"
],
"dependencies": {
"@theia/ai-chat": "1.68.0",
"@theia/ai-chat-ui": "1.68.0",
"@theia/ai-core": "1.68.0",
"@theia/core": "1.68.0",
"@theia/debug": "1.68.0",
"@theia/editor": "1.68.0",
"@theia/filesystem": "1.68.0",
"@theia/markers": "1.68.0",
"@theia/monaco": "1.68.0",
"@theia/navigator": "1.68.0",
"@theia/preferences": "1.68.0",
"@theia/scm": "1.68.0",
"@theia/search-in-workspace": "1.68.0",
"@theia/task": "1.68.0",
"@theia/terminal": "1.68.0",
"@theia/workspace": "1.68.0",
"date-fns": "^4.1.0",
"ignore": "^6.0.0",
"js-yaml": "^4.1.0",
"minimatch": "^10.0.3",
"puppeteer-core": "^24.10.0",
"simple-git": "^3.25.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@theia/cli": "1.68.0",
"@theia/test": "1.68.0"
},
"theiaExtensions": [
{
"frontend": "lib/browser/frontend-module",
"secondaryWindow": "lib/browser/frontend-module",
"backend": "lib/node/backend-module"
}
],
"files": [
"lib",
"src"
],
"scripts": {
"build": "theiaext build",
"clean": "theiaext clean",
"compile": "theiaext compile",
"lint": "theiaext lint",
"test": "theiaext test",
"watch": "theiaext watch"
},
"nyc": {
"extends": "../../configs/nyc.json"
},
"gitHead": "21358137e41342742707f660b8e222f940a27652"
}