Roo-Code/src
Roo Code fc7b68b261 fix: properly implement stable project IDs for Sprint 1
- Fix generateProjectId to check for existing ID before creating new one
- Add workspace filtering to task history based on project ID/workspace path
- Add migration logic when generating project ID for existing workspace
- Add missing translation keys
- Update tests to cover new functionality

This ensures that task history actually follows the project when it's moved,
which was the core requirement that was missing from the original implementation.
2025-08-03 04:42:42 +00:00
..
__mocks__ feature: add toggle for disable mcp server tool from prompt (#3551) 2025-06-20 19:14:59 -04:00
__tests__ Skip interpolation for non-existent slash commands (#6475) 2025-07-31 01:21:19 -04:00
activate fix: properly implement stable project IDs for Sprint 1 2025-08-03 04:42:42 +00:00
api feat: set horizon-beta model max tokens to 32k for OpenRouter (#6577) 2025-08-01 21:11:24 -04:00
assets PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
core fix: properly implement stable project IDs for Sprint 1 2025-08-03 04:42:42 +00:00
extension Task and TaskProvider event emitter cleanup + a few new events (#6606) 2025-08-02 11:12:44 -07:00
i18n fix: properly implement stable project IDs for Sprint 1 2025-08-03 04:42:42 +00:00
integrations fix: improve Claude Code ENOENT error handling with installation guidance (#5867) 2025-07-31 10:45:16 -04:00
services fix: Fix VB.NET indexing by implementing fallback chunking system (#6552) 2025-08-01 14:55:45 -04:00
shared Add auto-approved cost limits (#6484) 2025-07-31 15:33:09 -04:00
utils fix: properly implement stable project IDs for Sprint 1 2025-08-03 04:42:42 +00: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 Cloud service cleanup callbacks / move to events (#6519) 2025-07-31 18:30:30 -04:00
package.json feat: implement stable project IDs (Sprint 1) - fixes #6618 2025-08-03 00:55:35 +00: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 feat: implement stable project IDs (Sprint 1) - fixes #6618 2025-08-03 00:55:35 +00: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