mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
This adds support for inheriting custom modes from git submodules: - Add "submodule" source type to mode schema in packages/types/src/mode.ts - Add `submodulePath` field to track which submodule a mode comes from - Add `includeSubmoduleModes` setting in global-settings.ts (default: false) - Create git-submodules.ts utility for recursive submodule detection - Modify CustomModesManager to load modes from submodules with proper precedence (project > submodule > global) - Add file watchers for submodule .roomodes files - Update UI to show submodule indicator in mode selector and make submodule modes read-only (disable rename/delete/edit buttons) Addresses Issue #10382 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||