You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Globally via '${customModesPath}' (created automatically on startup)
30
-
2. Per-workspace via '.roomodes' in the workspace root directory
30
+
2. Per-workspace via '.kilocodemodes' in the workspace root directory
31
31
32
-
When modes with the same slug exist in both files, the workspace-specific .roomodes version takes precedence. This allows projects to override global modes or define project-specific modes.
32
+
When modes with the same slug exist in both files, the workspace-specific .kilocodemodes version takes precedence. This allows projects to override global modes or define project-specific modes.
33
33
34
-
If asked to create a project mode, create it in .roomodes in the workspace root. If asked to create a global mode, use the global custom modes file.
34
+
If asked to create a project mode, create it in .kilocode in the workspace root. If asked to create a global mode, use the global custom modes file.
35
35
36
36
- The following fields are required and must not be empty:
37
37
* slug: A valid slug (lowercase letters, numbers, and hyphens). Must be unique, and shorter is better.
0 commit comments