2
0

package.json 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. {
  2. "name": "roo-cline",
  3. "displayName": "%extension.displayName%",
  4. "description": "%extension.description%",
  5. "publisher": "RooVeterinaryInc",
  6. "version": "3.18.5",
  7. "icon": "assets/icons/icon.png",
  8. "galleryBanner": {
  9. "color": "#617A91",
  10. "theme": "dark"
  11. },
  12. "engines": {
  13. "vscode": "^1.84.0",
  14. "node": "20.18.1"
  15. },
  16. "author": {
  17. "name": "Roo Code"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/RooCodeInc/Roo-Code"
  22. },
  23. "homepage": "https://github.com/RooCodeInc/Roo-Code",
  24. "categories": [
  25. "AI",
  26. "Chat",
  27. "Programming Languages",
  28. "Education",
  29. "Snippets",
  30. "Testing"
  31. ],
  32. "keywords": [
  33. "cline",
  34. "claude",
  35. "dev",
  36. "mcp",
  37. "openrouter",
  38. "coding",
  39. "agent",
  40. "autonomous",
  41. "chatgpt",
  42. "sonnet",
  43. "ai",
  44. "llama",
  45. "roo code",
  46. "roocode"
  47. ],
  48. "activationEvents": [
  49. "onLanguage",
  50. "onStartupFinished"
  51. ],
  52. "main": "./dist/extension.js",
  53. "contributes": {
  54. "viewsContainers": {
  55. "activitybar": [
  56. {
  57. "id": "roo-cline-ActivityBar",
  58. "title": "%views.activitybar.title%",
  59. "icon": "assets/icons/icon.svg"
  60. }
  61. ]
  62. },
  63. "views": {
  64. "roo-cline-ActivityBar": [
  65. {
  66. "type": "webview",
  67. "id": "roo-cline.SidebarProvider",
  68. "name": ""
  69. }
  70. ]
  71. },
  72. "commands": [
  73. {
  74. "command": "roo-cline.plusButtonClicked",
  75. "title": "%command.newTask.title%",
  76. "icon": "$(add)"
  77. },
  78. {
  79. "command": "roo-cline.mcpButtonClicked",
  80. "title": "%command.mcpServers.title%",
  81. "icon": "$(server)"
  82. },
  83. {
  84. "command": "roo-cline.promptsButtonClicked",
  85. "title": "%command.prompts.title%",
  86. "icon": "$(organization)"
  87. },
  88. {
  89. "command": "roo-cline.historyButtonClicked",
  90. "title": "%command.history.title%",
  91. "icon": "$(history)"
  92. },
  93. {
  94. "command": "roo-cline.popoutButtonClicked",
  95. "title": "%command.openInEditor.title%",
  96. "icon": "$(link-external)"
  97. },
  98. {
  99. "command": "roo-cline.accountButtonClicked",
  100. "title": "Account",
  101. "icon": "$(account)",
  102. "when": "config.roo-cline.rooCodeCloudEnabled"
  103. },
  104. {
  105. "command": "roo-cline.settingsButtonClicked",
  106. "title": "%command.settings.title%",
  107. "icon": "$(settings-gear)"
  108. },
  109. {
  110. "command": "roo-cline.openInNewTab",
  111. "title": "%command.openInNewTab.title%",
  112. "category": "%configuration.title%"
  113. },
  114. {
  115. "command": "roo-cline.explainCode",
  116. "title": "%command.explainCode.title%",
  117. "category": "%configuration.title%"
  118. },
  119. {
  120. "command": "roo-cline.fixCode",
  121. "title": "%command.fixCode.title%",
  122. "category": "%configuration.title%"
  123. },
  124. {
  125. "command": "roo-cline.improveCode",
  126. "title": "%command.improveCode.title%",
  127. "category": "%configuration.title%"
  128. },
  129. {
  130. "command": "roo-cline.addToContext",
  131. "title": "%command.addToContext.title%",
  132. "category": "%configuration.title%"
  133. },
  134. {
  135. "command": "roo-cline.newTask",
  136. "title": "%command.newTask.title%",
  137. "category": "%configuration.title%"
  138. },
  139. {
  140. "command": "roo-cline.terminalAddToContext",
  141. "title": "%command.terminal.addToContext.title%",
  142. "category": "Terminal"
  143. },
  144. {
  145. "command": "roo-cline.terminalFixCommand",
  146. "title": "%command.terminal.fixCommand.title%",
  147. "category": "Terminal"
  148. },
  149. {
  150. "command": "roo-cline.terminalExplainCommand",
  151. "title": "%command.terminal.explainCommand.title%",
  152. "category": "Terminal"
  153. },
  154. {
  155. "command": "roo-cline.setCustomStoragePath",
  156. "title": "%command.setCustomStoragePath.title%",
  157. "category": "%configuration.title%"
  158. },
  159. {
  160. "command": "roo-cline.focusInput",
  161. "title": "%command.focusInput.title%",
  162. "category": "%configuration.title%"
  163. },
  164. {
  165. "command": "roo-cline.acceptInput",
  166. "title": "%command.acceptInput.title%",
  167. "category": "%configuration.title%"
  168. }
  169. ],
  170. "menus": {
  171. "editor/context": [
  172. {
  173. "submenu": "roo-cline.contextMenu",
  174. "group": "navigation"
  175. }
  176. ],
  177. "roo-cline.contextMenu": [
  178. {
  179. "command": "roo-cline.addToContext",
  180. "group": "1_actions@1"
  181. },
  182. {
  183. "command": "roo-cline.explainCode",
  184. "group": "1_actions@2"
  185. },
  186. {
  187. "command": "roo-cline.improveCode",
  188. "group": "1_actions@3"
  189. }
  190. ],
  191. "terminal/context": [
  192. {
  193. "submenu": "roo-cline.terminalMenu",
  194. "group": "navigation"
  195. }
  196. ],
  197. "roo-cline.terminalMenu": [
  198. {
  199. "command": "roo-cline.terminalAddToContext",
  200. "group": "1_actions@1"
  201. },
  202. {
  203. "command": "roo-cline.terminalFixCommand",
  204. "group": "1_actions@2"
  205. },
  206. {
  207. "command": "roo-cline.terminalExplainCommand",
  208. "group": "1_actions@3"
  209. }
  210. ],
  211. "view/title": [
  212. {
  213. "command": "roo-cline.plusButtonClicked",
  214. "group": "navigation@1",
  215. "when": "view == roo-cline.SidebarProvider"
  216. },
  217. {
  218. "command": "roo-cline.promptsButtonClicked",
  219. "group": "navigation@2",
  220. "when": "view == roo-cline.SidebarProvider"
  221. },
  222. {
  223. "command": "roo-cline.mcpButtonClicked",
  224. "group": "navigation@3",
  225. "when": "view == roo-cline.SidebarProvider"
  226. },
  227. {
  228. "command": "roo-cline.historyButtonClicked",
  229. "group": "navigation@4",
  230. "when": "view == roo-cline.SidebarProvider"
  231. },
  232. {
  233. "command": "roo-cline.popoutButtonClicked",
  234. "group": "navigation@5",
  235. "when": "view == roo-cline.SidebarProvider"
  236. },
  237. {
  238. "command": "roo-cline.accountButtonClicked",
  239. "group": "navigation@6",
  240. "when": "view == roo-cline.SidebarProvider && config.roo-cline.rooCodeCloudEnabled"
  241. },
  242. {
  243. "command": "roo-cline.settingsButtonClicked",
  244. "group": "navigation@7",
  245. "when": "view == roo-cline.SidebarProvider"
  246. }
  247. ],
  248. "editor/title": [
  249. {
  250. "command": "roo-cline.plusButtonClicked",
  251. "group": "navigation@1",
  252. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
  253. },
  254. {
  255. "command": "roo-cline.promptsButtonClicked",
  256. "group": "navigation@2",
  257. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
  258. },
  259. {
  260. "command": "roo-cline.mcpButtonClicked",
  261. "group": "navigation@3",
  262. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
  263. },
  264. {
  265. "command": "roo-cline.historyButtonClicked",
  266. "group": "navigation@4",
  267. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
  268. },
  269. {
  270. "command": "roo-cline.popoutButtonClicked",
  271. "group": "navigation@5",
  272. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
  273. },
  274. {
  275. "command": "roo-cline.accountButtonClicked",
  276. "group": "navigation@6",
  277. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider && config.roo-cline.rooCodeCloudEnabled"
  278. },
  279. {
  280. "command": "roo-cline.settingsButtonClicked",
  281. "group": "navigation@7",
  282. "when": "activeWebviewPanelId == roo-cline.TabPanelProvider"
  283. }
  284. ]
  285. },
  286. "submenus": [
  287. {
  288. "id": "roo-cline.contextMenu",
  289. "label": "%views.contextMenu.label%"
  290. },
  291. {
  292. "id": "roo-cline.terminalMenu",
  293. "label": "%views.terminalMenu.label%"
  294. }
  295. ],
  296. "configuration": {
  297. "title": "%configuration.title%",
  298. "properties": {
  299. "roo-cline.allowedCommands": {
  300. "type": "array",
  301. "items": {
  302. "type": "string"
  303. },
  304. "default": [
  305. "npm test",
  306. "npm install",
  307. "tsc",
  308. "git log",
  309. "git diff",
  310. "git show"
  311. ],
  312. "description": "%commands.allowedCommands.description%"
  313. },
  314. "roo-cline.vsCodeLmModelSelector": {
  315. "type": "object",
  316. "properties": {
  317. "vendor": {
  318. "type": "string",
  319. "description": "%settings.vsCodeLmModelSelector.vendor.description%"
  320. },
  321. "family": {
  322. "type": "string",
  323. "description": "%settings.vsCodeLmModelSelector.family.description%"
  324. }
  325. },
  326. "description": "%settings.vsCodeLmModelSelector.description%"
  327. },
  328. "roo-cline.customStoragePath": {
  329. "type": "string",
  330. "default": "",
  331. "description": "%settings.customStoragePath.description%"
  332. },
  333. "roo-cline.rooCodeCloudEnabled": {
  334. "type": "boolean",
  335. "default": false,
  336. "description": "%settings.rooCodeCloudEnabled.description%"
  337. }
  338. }
  339. }
  340. },
  341. "scripts": {
  342. "lint": "eslint . --ext=ts --max-warnings=0",
  343. "check-types": "tsc --noEmit",
  344. "pretest": "turbo run bundle --cwd ..",
  345. "test": "jest -w=40% && vitest run",
  346. "format": "prettier --write .",
  347. "bundle": "node esbuild.mjs",
  348. "vscode:prepublish": "pnpm bundle --production",
  349. "vsix": "mkdirp ../bin && npx vsce package --no-dependencies --out ../bin",
  350. "publish:marketplace": "vsce publish --no-dependencies && ovsx publish --no-dependencies",
  351. "watch:bundle": "pnpm bundle --watch",
  352. "watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
  353. "clean": "rimraf README.md CHANGELOG.md LICENSE dist webview-ui out mock .turbo"
  354. },
  355. "dependencies": {
  356. "@anthropic-ai/bedrock-sdk": "^0.10.2",
  357. "@anthropic-ai/sdk": "^0.37.0",
  358. "@anthropic-ai/vertex-sdk": "^0.7.0",
  359. "@aws-sdk/client-bedrock-runtime": "^3.779.0",
  360. "@aws-sdk/credential-providers": "^3.806.0",
  361. "@google/genai": "^0.13.0",
  362. "@mistralai/mistralai": "^1.3.6",
  363. "@modelcontextprotocol/sdk": "^1.9.0",
  364. "@roo-code/cloud": "workspace:^",
  365. "@roo-code/telemetry": "workspace:^",
  366. "@roo-code/types": "workspace:^",
  367. "@qdrant/js-client-rest": "^1.14.0",
  368. "@types/lodash.debounce": "^4.0.9",
  369. "@vscode/codicons": "^0.0.36",
  370. "async-mutex": "^0.5.0",
  371. "axios": "^1.7.4",
  372. "cheerio": "^1.0.0",
  373. "chokidar": "^4.0.1",
  374. "clone-deep": "^4.0.1",
  375. "default-shell": "^2.2.0",
  376. "delay": "^6.0.0",
  377. "diff": "^5.2.0",
  378. "diff-match-patch": "^1.0.5",
  379. "fast-deep-equal": "^3.1.3",
  380. "fast-xml-parser": "^4.5.1",
  381. "fastest-levenshtein": "^1.0.16",
  382. "fzf": "^0.5.2",
  383. "get-folder-size": "^5.0.0",
  384. "google-auth-library": "^9.15.1",
  385. "i18next": "^24.2.2",
  386. "ignore": "^7.0.3",
  387. "isbinaryfile": "^5.0.2",
  388. "lodash.debounce": "^4.0.8",
  389. "mammoth": "^1.8.0",
  390. "monaco-vscode-textmate-theme-converter": "^0.1.7",
  391. "node-cache": "^5.1.2",
  392. "node-ipc": "^12.0.0",
  393. "openai": "^4.78.1",
  394. "os-name": "^6.0.0",
  395. "p-limit": "^6.2.0",
  396. "p-wait-for": "^5.0.2",
  397. "pdf-parse": "^1.1.1",
  398. "pkce-challenge": "^4.1.0",
  399. "pretty-bytes": "^6.1.1",
  400. "ps-tree": "^1.2.0",
  401. "puppeteer-chromium-resolver": "^23.0.0",
  402. "puppeteer-core": "^23.4.0",
  403. "reconnecting-eventsource": "^1.6.4",
  404. "sanitize-filename": "^1.6.3",
  405. "say": "^0.16.0",
  406. "serialize-error": "^11.0.3",
  407. "simple-git": "^3.27.0",
  408. "sound-play": "^1.1.0",
  409. "string-similarity": "^4.0.4",
  410. "strip-ansi": "^7.1.0",
  411. "strip-bom": "^5.0.0",
  412. "tiktoken": "^1.0.21",
  413. "tmp": "^0.2.3",
  414. "tree-sitter-wasms": "^0.1.11",
  415. "turndown": "^7.2.0",
  416. "uuid": "^11.1.0",
  417. "vscode-material-icons": "^0.1.1",
  418. "web-tree-sitter": "^0.22.6",
  419. "workerpool": "^9.2.0",
  420. "yaml": "^2.8.0",
  421. "zod": "^3.24.2"
  422. },
  423. "devDependencies": {
  424. "@jest/globals": "^29.7.0",
  425. "@roo-code/build": "workspace:^",
  426. "@roo-code/config-eslint": "workspace:^",
  427. "@roo-code/config-typescript": "workspace:^",
  428. "@types/clone-deep": "^4.0.4",
  429. "@types/debug": "^4.1.12",
  430. "@types/diff": "^5.2.1",
  431. "@types/diff-match-patch": "^1.0.36",
  432. "@types/glob": "^8.1.0",
  433. "@types/jest": "^29.5.14",
  434. "@types/mocha": "^10.0.10",
  435. "@types/node": "20.x",
  436. "@types/node-cache": "^4.1.3",
  437. "@types/node-ipc": "^9.2.3",
  438. "@types/ps-tree": "^1.1.6",
  439. "@types/string-similarity": "^4.0.2",
  440. "@types/tmp": "^0.2.6",
  441. "@types/turndown": "^5.0.5",
  442. "@types/vscode": "^1.84.0",
  443. "@vscode/test-electron": "^2.5.2",
  444. "@vscode/vsce": "3.3.2",
  445. "esbuild": "^0.25.0",
  446. "execa": "^9.5.2",
  447. "glob": "^11.0.1",
  448. "jest": "^29.7.0",
  449. "jest-simple-dot-reporter": "^1.0.5",
  450. "mkdirp": "^3.0.1",
  451. "nock": "^14.0.4",
  452. "npm-run-all2": "^8.0.1",
  453. "ovsx": "0.10.2",
  454. "rimraf": "^6.0.1",
  455. "ts-jest": "^29.2.5",
  456. "tsup": "^8.4.0",
  457. "tsx": "^4.19.3",
  458. "typescript": "5.8.3",
  459. "vitest": "^3.1.3",
  460. "zod-to-ts": "^1.2.0"
  461. }
  462. }