|
33 | 33 | "language": "Language", |
34 | 34 | "about": "About Roo Code" |
35 | 35 | }, |
| 36 | + "apiKeys": { |
| 37 | + "anthropic": { |
| 38 | + "name": "Anthropic", |
| 39 | + "description": "Configure Anthropic Claude API settings" |
| 40 | + }, |
| 41 | + "bedrock": { |
| 42 | + "name": "Amazon Bedrock", |
| 43 | + "description": "Configure AWS Bedrock for Claude models" |
| 44 | + }, |
| 45 | + "deepseek": { |
| 46 | + "name": "DeepSeek", |
| 47 | + "description": "Configure DeepSeek API settings" |
| 48 | + }, |
| 49 | + "gemini": { |
| 50 | + "name": "Google Gemini", |
| 51 | + "description": "Configure Google Gemini API settings" |
| 52 | + }, |
| 53 | + "glhf": { |
| 54 | + "name": "GLHF", |
| 55 | + "description": "Configure GLHF API settings" |
| 56 | + }, |
| 57 | + "grok": { |
| 58 | + "name": "Grok", |
| 59 | + "description": "Configure xAI Grok API settings" |
| 60 | + }, |
| 61 | + "groq": { |
| 62 | + "name": "Groq", |
| 63 | + "description": "Configure Groq API settings" |
| 64 | + }, |
| 65 | + "hyperbolic": { |
| 66 | + "name": "Hyperbolic", |
| 67 | + "description": "Configure Hyperbolic API settings" |
| 68 | + }, |
| 69 | + "lmstudio": { |
| 70 | + "name": "LM Studio", |
| 71 | + "description": "Configure local LM Studio server" |
| 72 | + }, |
| 73 | + "mistral": { |
| 74 | + "name": "Mistral", |
| 75 | + "description": "Configure Mistral API settings" |
| 76 | + }, |
| 77 | + "ollama": { |
| 78 | + "name": "Ollama", |
| 79 | + "description": "Configure local Ollama server" |
| 80 | + }, |
| 81 | + "openai": { |
| 82 | + "name": "OpenAI", |
| 83 | + "description": "Configure OpenAI API settings" |
| 84 | + }, |
| 85 | + "openrouter": { |
| 86 | + "name": "OpenRouter", |
| 87 | + "description": "Configure OpenRouter API gateway" |
| 88 | + }, |
| 89 | + "sambanova": { |
| 90 | + "name": "SambaNova", |
| 91 | + "description": "Configure SambaNova API settings" |
| 92 | + }, |
| 93 | + "together": { |
| 94 | + "name": "Together AI", |
| 95 | + "description": "Configure Together AI API settings" |
| 96 | + }, |
| 97 | + "vscode-openai": { |
| 98 | + "name": "VS Code OpenAI", |
| 99 | + "description": "Configure VS Code OpenAI integration" |
| 100 | + }, |
| 101 | + "xai": { |
| 102 | + "name": "xAI", |
| 103 | + "description": "Configure xAI API settings" |
| 104 | + } |
| 105 | + }, |
36 | 106 | "prompts": { |
37 | 107 | "description": "Configure support prompts that are used for quick actions like enhancing prompts, explaining code, and fixing issues. These prompts help Roo provide better assistance for common development tasks." |
38 | 108 | }, |
| 109 | + "customInstructions": { |
| 110 | + "name": "Custom Instructions", |
| 111 | + "description": "Provide custom instructions for the AI assistant" |
| 112 | + }, |
39 | 113 | "codeIndex": { |
40 | 114 | "title": "Codebase Indexing", |
41 | 115 | "description": "Configure codebase indexing settings to enable semantic search of your project. <0>Learn more</0>", |
|
249 | 323 | "hint": "Please reopen the settings to see the latest models.", |
250 | 324 | "loading": "Refreshing models list...", |
251 | 325 | "success": "Models list refreshed successfully!", |
252 | | - "error": "Failed to refresh models list. Please try again." |
| 326 | + "error": "Failed to refresh models list. Please try again.", |
| 327 | + "missingConfig": "Missing configuration. Please provide API key and base URL." |
253 | 328 | }, |
254 | 329 | "getRequestyApiKey": "Get Requesty API Key", |
255 | 330 | "openRouterTransformsText": "Compress prompts and message chains to the context size (<a>OpenRouter Transforms</a>)", |
|
695 | 770 | "ASSISTANT_MESSAGE_PARSER": { |
696 | 771 | "name": "Use new message parser", |
697 | 772 | "description": "Enable the experimental streaming message parser that provides significant performance improvements for long assistant responses by processing messages more efficiently." |
| 773 | + }, |
| 774 | + "alwaysAllowEditMode": { |
| 775 | + "name": "Always Allow Edit Mode", |
| 776 | + "description": "Allow editing in all modes without restrictions" |
| 777 | + }, |
| 778 | + "alwaysAllowWriteOnly": { |
| 779 | + "name": "Always Allow Write Only", |
| 780 | + "description": "Allow write-only operations without confirmation" |
| 781 | + }, |
| 782 | + "autoApproveReadOnly": { |
| 783 | + "name": "Auto-Approve Read Only", |
| 784 | + "description": "Automatically approve read-only operations" |
| 785 | + }, |
| 786 | + "codebaseIndexer": { |
| 787 | + "name": "Codebase Indexer", |
| 788 | + "description": "Enable codebase indexing for semantic search" |
| 789 | + }, |
| 790 | + "contextOptimization": { |
| 791 | + "name": "Context Optimization", |
| 792 | + "description": "Optimize context window usage" |
| 793 | + }, |
| 794 | + "customModes": { |
| 795 | + "name": "Custom Modes", |
| 796 | + "description": "Enable custom mode creation and management" |
| 797 | + }, |
| 798 | + "debugMode": { |
| 799 | + "name": "Debug Mode", |
| 800 | + "description": "Enable debug mode for troubleshooting" |
| 801 | + }, |
| 802 | + "diffStrategy": { |
| 803 | + "name": "Diff Strategy", |
| 804 | + "description": "Configure diff application strategy" |
| 805 | + }, |
| 806 | + "mcpServers": { |
| 807 | + "name": "MCP Servers", |
| 808 | + "description": "Enable Model Context Protocol servers" |
| 809 | + }, |
| 810 | + "preferredLanguage": { |
| 811 | + "name": "Preferred Language", |
| 812 | + "description": "Set preferred language for responses" |
| 813 | + }, |
| 814 | + "showAskMode": { |
| 815 | + "name": "Show Ask Mode", |
| 816 | + "description": "Display Ask mode in mode selector" |
| 817 | + }, |
| 818 | + "showDebugMode": { |
| 819 | + "name": "Show Debug Mode", |
| 820 | + "description": "Display Debug mode in mode selector" |
| 821 | + }, |
| 822 | + "showDesignEngineerMode": { |
| 823 | + "name": "Show Design Engineer Mode", |
| 824 | + "description": "Display Design Engineer mode in mode selector" |
| 825 | + }, |
| 826 | + "showDocsExtractorMode": { |
| 827 | + "name": "Show Docs Extractor Mode", |
| 828 | + "description": "Display Docs Extractor mode in mode selector" |
| 829 | + }, |
| 830 | + "showIntegrationTesterMode": { |
| 831 | + "name": "Show Integration Tester Mode", |
| 832 | + "description": "Display Integration Tester mode in mode selector" |
| 833 | + }, |
| 834 | + "showIssueFixer": { |
| 835 | + "name": "Show Issue Fixer", |
| 836 | + "description": "Display Issue Fixer mode in mode selector" |
| 837 | + }, |
| 838 | + "showIssueInvestigatorMode": { |
| 839 | + "name": "Show Issue Investigator Mode", |
| 840 | + "description": "Display Issue Investigator mode in mode selector" |
| 841 | + }, |
| 842 | + "showIssueWriterMode": { |
| 843 | + "name": "Show Issue Writer Mode", |
| 844 | + "description": "Display Issue Writer mode in mode selector" |
698 | 845 | } |
699 | 846 | }, |
700 | 847 | "promptCaching": { |
|
0 commit comments