|
17 | 17 | "confirmation": { |
18 | 18 | "reset_state": "Are you sure you want to reset all state and secret storage in the extension? This cannot be undone.", |
19 | 19 | "delete_config_profile": "Are you sure you want to delete this configuration profile?", |
20 | | - "delete_custom_mode_with_rules": "Are you sure you want to delete this {scope} mode?\n\nThis will also delete the associated rules folder at:\n{rulesFolderPath}" |
| 20 | + "delete_custom_agent_with_rules": "Are you sure you want to delete this {scope} agent?\n\nThis will also delete the associated rules folder at:\n{rulesFolderPath}" |
21 | 21 | }, |
22 | 22 | "errors": { |
23 | 23 | "invalid_data_uri": "Invalid data URI format", |
|
43 | 43 | "list_api_config": "Failed to get list api configuration", |
44 | 44 | "update_server_timeout": "Failed to update server timeout", |
45 | 45 | "hmr_not_running": "Local development server is not running, HMR will not work. Please run 'npm run dev' before launching the extension to enable HMR.", |
46 | | - "retrieve_current_mode": "Error: failed to retrieve current mode from state.", |
| 46 | + "retrieve_current_agent": "Error: failed to retrieve current agent from state.", |
47 | 47 | "failed_delete_repo": "Failed to delete associated shadow repository or branch: {{error}}", |
48 | 48 | "failed_remove_directory": "Failed to remove task directory: {{error}}", |
49 | 49 | "custom_storage_path_unusable": "Custom storage path \"{{path}}\" is unusable, will use default path", |
|
69 | 69 | "share_auth_required": "Authentication required. Please sign in to share tasks.", |
70 | 70 | "share_not_enabled": "Task sharing is not enabled for this organization.", |
71 | 71 | "share_task_not_found": "Task not found or access denied.", |
72 | | - "mode_import_failed": "Failed to import mode: {{error}}", |
| 72 | + "agent_import_failed": "Failed to import agent: {{error}}", |
73 | 73 | "delete_rules_folder_failed": "Failed to delete rules folder: {{rulesFolderPath}}. Error: {{error}}", |
74 | 74 | "claudeCode": { |
75 | 75 | "processExited": "Claude Code process exited with code {{exitCode}}.", |
|
102 | 102 | "public_share_link_copied": "Public share link copied to clipboard!", |
103 | 103 | "image_copied_to_clipboard": "Image data URI copied to clipboard", |
104 | 104 | "image_saved": "Image saved to {{path}}", |
105 | | - "mode_exported": "Mode '{{mode}}' exported successfully", |
106 | | - "mode_imported": "Mode imported successfully" |
| 105 | + "agent_exported": "Agent '{{agent}}' exported successfully", |
| 106 | + "agent_imported": "Agent imported successfully" |
107 | 107 | }, |
108 | 108 | "answers": { |
109 | 109 | "yes": "Yes", |
|
135 | 135 | "customModes": { |
136 | 136 | "errors": { |
137 | 137 | "yamlParseError": "Invalid YAML in .roomodes file at line {{line}}. Please check for:\n• Proper indentation (use spaces, not tabs)\n• Matching quotes and brackets\n• Valid YAML syntax", |
138 | | - "schemaValidationError": "Invalid custom modes format in .roomodes:\n{{issues}}", |
139 | | - "invalidFormat": "Invalid custom modes format. Please ensure your settings follow the correct YAML format.", |
140 | | - "updateFailed": "Failed to update custom mode: {{error}}", |
141 | | - "deleteFailed": "Failed to delete custom mode: {{error}}", |
142 | | - "resetFailed": "Failed to reset custom modes: {{error}}", |
143 | | - "modeNotFound": "Write error: Mode not found", |
144 | | - "noWorkspaceForProject": "No workspace folder found for project-specific mode", |
145 | | - "rulesCleanupFailed": "Mode deleted successfully, but failed to delete rules folder at {{rulesFolderPath}}. You may need to delete it manually." |
| 138 | + "schemaValidationError": "Invalid custom agents format in .roomodes:\n{{issues}}", |
| 139 | + "invalidFormat": "Invalid custom agents format. Please ensure your settings follow the correct YAML format.", |
| 140 | + "updateFailed": "Failed to update custom agent: {{error}}", |
| 141 | + "deleteFailed": "Failed to delete custom agent: {{error}}", |
| 142 | + "resetFailed": "Failed to reset custom agents: {{error}}", |
| 143 | + "agentNotFound": "Write error: Agent not found", |
| 144 | + "noWorkspaceForProject": "No workspace folder found for project-specific agent", |
| 145 | + "rulesCleanupFailed": "Agent deleted successfully, but failed to delete rules folder at {{rulesFolderPath}}. You may need to delete it manually." |
146 | 146 | }, |
147 | 147 | "scope": { |
148 | 148 | "project": "project", |
149 | 149 | "global": "global" |
150 | 150 | } |
151 | 151 | }, |
152 | 152 | "marketplace": { |
153 | | - "mode": { |
154 | | - "rulesCleanupFailed": "Mode removed successfully, but failed to delete rules folder at {{rulesFolderPath}}. You may need to delete it manually." |
| 153 | + "agent": { |
| 154 | + "rulesCleanupFailed": "Agent removed successfully, but failed to delete rules folder at {{rulesFolderPath}}. You may need to delete it manually." |
155 | 155 | } |
156 | 156 | }, |
157 | 157 | "mdm": { |
|
162 | 162 | } |
163 | 163 | }, |
164 | 164 | "prompts": { |
165 | | - "deleteMode": { |
166 | | - "title": "Delete Custom Mode", |
167 | | - "description": "Are you sure you want to delete this {{scope}} mode? This will also delete the associated rules folder at: {{rulesFolderPath}}", |
168 | | - "descriptionNoRules": "Are you sure you want to delete this custom mode?", |
| 165 | + "deleteAgent": { |
| 166 | + "title": "Delete Custom Agent", |
| 167 | + "description": "Are you sure you want to delete this {{scope}} agent? This will also delete the associated rules folder at: {{rulesFolderPath}}", |
| 168 | + "descriptionNoRules": "Are you sure you want to delete this custom agent?", |
169 | 169 | "confirm": "Delete" |
170 | 170 | } |
171 | 171 | }, |
|
0 commit comments