Roo-Code/src
Roo Code 55dabfe321 fix: remove incorrect manual string replacement in tool repetition error message
The ToolRepetitionDetector already handles tool name interpolation via the i18n system when calling t() with the toolName option. The manual .replace() call was trying to replace {toolName} but the actual placeholder is {{toolName}} (double braces), causing the tool name to never be properly interpolated in the error message.

This fix removes the redundant manual replacement and lets the i18n system handle the interpolation correctly.

Fixes #5879
2025-07-18 12:48:17 +00: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 (#5540) 2025-07-09 20:57:10 -04:00
api Feature/vertex ai model name conversion (#5728) 2025-07-15 14:15:33 -04:00
assets PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
core fix: remove incorrect manual string replacement in tool repetition error message 2025-07-18 12:48:17 +00:00
extension Log API-initiated tasks to a tmp directory (#5833) 2025-07-17 11:47:21 -07:00
i18n Message edit/delete overhaul (#5538) 2025-07-17 10:16:57 -04:00
integrations feat: enable Claude Code provider to run natively on Windows (#5615) 2025-07-14 14:12:39 -04:00
services fix: resolve DirectoryScanner memory leak and improve file limit handling (#5785) 2025-07-16 15:06:26 -04:00
shared Message edit/delete overhaul (#5538) 2025-07-17 10:16:57 -04:00
utils Make the default architect prompt create a todo list (#5472) 2025-07-08 13:59:48 -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 feat: Add automatic configuration import on extension startup (#4848) 2025-06-30 10:45:51 -04:00
package.json feat: move marketplace icon from overflow menu to top navigation (#5864) 2025-07-17 22:05:49 -04:00
package.nls.ca.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.de.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.es.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.fr.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.hi.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.id.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.it.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.ja.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.ko.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.nl.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.pl.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.pt-BR.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.ru.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.tr.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.vi.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.zh-CN.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -04:00
package.nls.zh-TW.json feat: Add configurable timeout for command execution (#5668) 2025-07-14 14:12:12 -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