-
Notifications
You must be signed in to change notification settings - Fork 146
Expand file tree
/
Copy pathpackage.nls.json
More file actions
72 lines (70 loc) · 5.81 KB
/
package.nls.json
File metadata and controls
72 lines (70 loc) · 5.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"extension.displayName": "Costrict",
"extension.displayName.long": "Costrict (prev. Cline / RooCode with Code Review AI Coding Agent)",
"extension.description": "Costrict (prev. Cline / RooCode with Code Review AI Coding Agent)",
"views.contextMenu.label": "Costrict",
"views.terminalMenu.label": "Costrict",
"views.activitybar.title": "Costrict",
"views.sidebar.name": "Costrict",
"command.newTask.title": "New Task",
"command.mcpServers.title": "MCP Servers",
"command.prompts.title": "Modes",
"command.history.title": "History",
"command.marketplace.title": "Marketplace",
"command.openInEditor.title": "Open in Editor",
"command.cloud.title": "Account",
"command.settings.title": "Settings",
"command.documentation.title": "Documentation",
"command.openInNewTab.title": "Open In New Tab",
"command.explainCode.title": "Explain Code",
"command.fixCode.title": "Fix Code",
"command.improveCode.title": "Improve Code",
"command.addToContext.title": "Add To Context",
"command.focusInput.title": "Focus Input Field",
"command.setCustomStoragePath.title": "Set Custom Storage Path",
"command.importSettings.title": "Import Settings",
"command.terminal.addToContext.title": "Add Terminal Content to Context",
"command.terminal.fixCommand.title": "Fix This Command",
"command.terminal.explainCommand.title": "Explain This Command",
"command.acceptInput.title": "Accept Input/Suggestion",
"command.shortKeyCut.title": "Costrict Code Completion Shortcut",
"command.codeReview.title": "Code Review",
"command.reviewRepo.title": "Review Repo",
"command.addComment.title": "Add Comments",
"command.addTests.title": "Generate Unit Tests",
"command.explain.title": "Explain Code",
"command.addDebugCode.title": "Add Logging",
"command.addStrongerCode.title": "Enhance Robustness",
"command.simplifyCode.title": "Simplify Code",
"command.performanceOptimization.title": "Optimize Performance",
"command.view.issue.title": "Feedback",
"command.view.userHelperDoc.title": "Costrict Official Site",
"command.addFileToContext.title": "Add To Context",
"intelligentCodeCompletion.enabled.description": "Enable intelligent code completion",
"intelligentCodeCompletion.betaMode.description": "Enable beta features for early access. See version notes for feature list.",
"intelligentCodeCompletion.inlineCompletion.description": "Enable line-by-line completion (displays single-line suggestions)",
"intelligentCodeCompletion.shortCutKeys.description": "Shortcut key for manual triggering. To modify, search 'Costrict Code Completion Shortcut' in command palette.",
"intelligentCodeCompletion.disableLanguages.description": "Disable code completion for specific languages (set value to true to disable)",
"functionQuickCommands.enabled.description": "Enable function quick commands",
"functionQuickCommands.disableLanguages.description": "Disable quick commands for specific languages (set value to true to disable)",
"functionQuickCommands.quickCommandButtons.description": "Configure quick command buttons above functions",
"functionQuickCommands.quickCommandButtons.shenmaInstructSet.description": "Show <Costrict> button with all commands above functions",
"configuration.title": "Costrict",
"commands.allowedCommands.description": "Commands that can be auto-executed when 'Always approve execute operations' is enabled",
"commands.deniedCommands.description": "Command prefixes that will be automatically denied without asking for approval. In case of conflicts with allowed commands, the longest prefix match takes precedence. Add * to deny all commands.",
"commands.commandExecutionTimeout.description": "Maximum time in seconds to wait for command execution to complete before timing out (0 = no timeout, 1-600s, default: 0s)",
"commands.commandTimeoutAllowlist.description": "Command prefixes that are excluded from the command execution timeout. Commands matching these prefixes will run without timeout restrictions.",
"commands.preventCompletionWithOpenTodos.description": "Prevent task completion when there are incomplete todos in the todo list",
"settings.vsCodeLmModelSelector.description": "Settings for VSCode Language Model API",
"settings.vsCodeLmModelSelector.vendor.description": "The vendor of the language model (e.g. copilot)",
"settings.vsCodeLmModelSelector.family.description": "The family of the language model (e.g. gpt-4)",
"settings.customStoragePath.description": "Custom storage path. Leave empty to use the default location. Supports absolute paths (e.g. 'D:\\CostrictCodeStorage')",
"settings.enableCodeActions.description": "Enable Costrict quick fixes",
"settings.autoImportSettingsPath.description": "Path to a Costrict configuration file to automatically import on extension startup. Supports absolute paths and paths relative to the home directory (e.g. '~/Documents/costrict-settings.json'). Leave empty to disable auto-import.",
"settings.useAgentRules.description": "Enable loading of AGENTS.md files for agent-specific rules (see https://agent-rules.org/)",
"settings.apiRequestTimeout.description": "Maximum time in seconds to wait for API responses (0 = no timeout, 1-3600s, default: 600s). Higher values are recommended for local providers like LM Studio and Ollama that may need more processing time.",
"settings.apiResponseRenderMode.description": "API response rendering speed mode (fast = minimal delay, medium = balanced, slow = maximum compatibility). Higher values provide better compatibility but may feel less responsive.",
"settings.autoCommit.description": "Automatically commit current changed files after accepting AI model changes",
"settings.newTaskRequireTodos.description": "Require todos parameter when creating new tasks with the new_task tool",
"settings.codeIndex.embeddingBatchSize.description": "The batch size for embedding operations during code indexing. Adjust this based on your API provider's limits. Default is 60."
}