Roo-Code/src
Roo Code 49a9347e60 fix: prevent "Current ask promise was ignored" error from displaying to users
- Changed synchronous throw statements to Promise.reject() in Task.ask() method
- This allows .catch() handlers in writeToFileTool to properly suppress expected errors
- Fixes issue #6443 where users saw error messages during file writing after diff edits
- All existing tests continue to pass
2025-07-30 16:10:25 +00:00
..
__mocks__ feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
__tests__ Support for custom slash commands (#6263) 2025-07-26 23:16:46 -04:00
activate fix (#5540) 2025-07-09 20:57:10 -04:00
api feat: add zai-org/GLM-4.5-Air model to Chutes AI provider (#6377) 2025-07-29 16:14:11 -04:00
assets PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
core fix: prevent "Current ask promise was ignored" error from displaying to users 2025-07-30 16:10:25 +00:00
extension Log API-initiated tasks to a tmp directory (#5833) 2025-07-17 11:47:21 -07:00
i18n feat(tools): add image support to read_file tool (#5172) 2025-07-28 23:23:33 -04:00
integrations feat: Add experimental setting to prevent editor focus disruption (#6214) 2025-07-28 23:14:53 -04:00
services Cloud: add organization MCP controls (#6378) 2025-07-29 14:11:51 -07:00
shared Cloud: add organization MCP controls (#6378) 2025-07-29 14:11:51 -07:00
utils fix: add Git installation check for checkpoints feature (#3109) (#5920) 2025-07-22 21:31:20 -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 debug: Add ErrorBoundary component for better error handling (#5085) 2025-07-23 08:45:35 -04:00
esbuild.mjs Revert "fix: optimize README for VS Code marketplace to prevent UI freezing" (#6303) 2025-07-28 14:31:01 -04:00
eslint.config.mjs Fix linter errors (#3821) 2025-05-21 23:16:43 -07:00
extension.ts feat: Add automatic configuration import on extension startup (#4848) 2025-06-30 10:45:51 -04:00
package.json Changeset version bump (#6438) 2025-07-30 11:34:15 -04:00
package.nls.ca.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.de.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.es.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.fr.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.hi.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.id.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.it.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.ja.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.ko.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.nl.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.pl.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.pt-BR.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.ru.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.tr.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.vi.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.zh-CN.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
package.nls.zh-TW.json Remove "(prev Roo Cline)" from extension title in all languages (#6426) 2025-07-30 09:06:44 -04:00
tsconfig.json fix typescript compiler watch path inconsistency (#5155) 2025-07-08 10:40:01 -04: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