Roo-Code/src
hannesrudolph 82c3e927b8 fix: Update shell-quote to v1.8.3 and use it for command pattern extraction
- Updated shell-quote from v1.8.2 to v1.8.3 in webview-ui
- Added shell-quote v1.8.3 to backend dependencies
- Updated shared extract-command-pattern module to use shell-quote for proper parsing
- Added @types/shell-quote for TypeScript support
- Ensures consistent command pattern extraction across frontend and backend
2025-07-01 09:25:40 -06:00
..
__mocks__ feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
__tests__ Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
activate fix terminal keyboard shortcut error when adding content to context (#5161) 2025-06-26 20:34:14 -04:00
api feat: add Gemini CLI provider for free access to Gemini models (#5134) (#5137) 2025-06-26 16:03:18 -04:00
assets PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
core fix: Update shell-quote to v1.8.3 and use it for command pattern extraction 2025-07-01 09:25:40 -06:00
extension Fix/4100 subtask completion mismatch (#4738) 2025-06-17 15:06:44 -04:00
i18n Add missing translation key to all locale files 2025-07-01 08:44:12 -06:00
integrations fix: Handle long Claude code messages (#5072) 2025-06-24 11:34:06 -04:00
services fix: restore JSON backwards compatibility for .roomodes files (#5199) 2025-06-27 15:04:17 -04:00
shared fix: Update shell-quote to v1.8.3 and use it for command pattern extraction 2025-07-01 09:25:40 -06:00
utils fix: restore JSON backwards compatibility for .roomodes files (#5199) 2025-06-27 15:04:17 -04:00
workers Count tokens worker (#3037) 2025-04-29 12:29:25 -07:00
.gitignore PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
.prettierignore PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
.vscodeignore feat: add LaTeX math equation rendering in chat window (#4258) (#4786) 2025-06-20 15:45:18 -04:00
esbuild.mjs Try to fix win32 esbuild (#4479) 2025-06-09 15:03:44 -07:00
eslint.config.mjs Fix linter errors (#3821) 2025-05-21 23:16:43 -07:00
extension.ts Support config policies that require use of cloud (#4762) 2025-06-16 18:31:22 -04:00
package.json fix: Update shell-quote to v1.8.3 and use it for command pattern extraction 2025-07-01 09:25:40 -06:00
package.nls.ca.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.de.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.es.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.fr.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.hi.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.id.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.it.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.ja.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.ko.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.nl.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.pl.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.pt-BR.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.ru.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.tr.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.vi.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.zh-CN.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
package.nls.zh-TW.json feat: register importSettings as VSCode command (#5095) 2025-06-25 16:07:08 -04:00
tsconfig.json Farewell jest (#4607) 2025-06-16 21:39:45 -07:00
turbo.json Improve turbo task dependency declarations (#4323) 2025-06-04 09:32:27 -07:00
vitest.config.ts Fix #4958: Increase vitest timeout for Windows CI (#4959) 2025-06-20 17:14:42 -07:00
vitest.setup.ts Farewell jest (#4607) 2025-06-16 21:39:45 -07:00