-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.nls.json
More file actions
108 lines (108 loc) · 8.64 KB
/
package.nls.json
File metadata and controls
108 lines (108 loc) · 8.64 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"displayName": "CodeBuddy: Autonomous AI Software Engineer",
"description": "CodeBuddy is an autonomous AI software engineer for Visual Studio Code. It goes beyond simple code completion to plan, execute, debug, and deploy complex software tasks using a multi-agent architecture.",
"viewContainer.title": "CodeBuddy",
"view.chat.name": "Chat",
"commands.indexWorkspace": "Index Workspace for Semantic Search",
"commands.commentCode": "Add Comment to Selected Code",
"commands.reviewCode": "Review Selected Code",
"commands.codeRefactor": "Refactor Selected Code",
"commands.codeOptimize": "Optimize Selected Code",
"commands.explain": "Explain This Code",
"commands.generateCommitMessage": "Generate Commit Message",
"commands.inLineChat": "Inline Chat",
"commands.interviewMe": "Interview Me",
"commands.generateMermaidDiagram": "Generate Architectural Diagram",
"commands.codebaseAnalysis": "Analyze Codebase & Answer Questions",
"commands.reviewPR": "Review Pull Request",
"commands.triggerDailyStandup": "Trigger Daily Standup",
"commands.triggerCodeHealth": "Trigger Code Health Check",
"commands.triggerDependencyCheck": "Trigger Dependency Check",
"commands.triggerGitWatchdog": "Trigger Git Watchdog",
"commands.triggerEndOfDaySummary": "Trigger End-of-Day Summary",
"commands.createBranchFromJira": "Jira Tickets (List, Branch, View)",
"commands.createBranchFromGitLab": "GitLab Issues (List, Branch, View)",
"commands.rulesOpen": "Open Project Rules",
"commands.rulesInit": "Initialize Project Rules",
"commands.rulesReload": "Reload Project Rules",
"commands.completionToggle": "Toggle Inline Completions",
"commands.completionOpenSettings": "Configure Completion Settings",
"commands.applyChange": "Apply Change",
"commands.rejectChange": "Discard Change",
"commands.reviewComposerSession": "Review Composer Session",
"commands.clearInlineReviewComments": "Clear Inline Review Comments",
"commands.applyComposerSession": "Apply Composer Session",
"commands.rejectComposerSession": "Reject Composer Session",
"commands.openInReader": "Open URL in Smart Reader",
"commands.openSelectionInReader": "Open Selection in Smart Reader",
"commands.openLastBrowsedInReader": "Open Current Page in Smart Reader",
"config.selectModel": "Select Model",
"config.tavilyApiKey": "Enter your [API Key](https://app.tavily.com/home) for Tavily.",
"config.geminiApiKey": "Enter your [API Key](https://aistudio.google.com/app/apikey) for Gemini.",
"config.geminiModel": "Provide the name of the model you want to use. Choose from the [base models](https://ai.google.dev/models/gemini) or your own [tuned model](https://ai.google.dev/docs/model_tuning_guidance).",
"config.groqApiKey": "Enter your [API Key](https://console.groq.com/keys) Groq",
"config.groqModel": "Provide the name of the Groq model you want to use. Choose from the ...",
"config.anthropicModel": "Provide the name of the Anthropic model you want to use. Choose from the ...",
"config.anthropicApiKey": "Enter your [API Key](https://docs.anthropic.com/en/docs/about-claude/models) Anthropic",
"config.deepseekModel": "Provide the name of the Deepseek model you want to use (e.g., deepseek-chat (V3), deepseek-reasoner (R1)).",
"config.deepseekApiKey": "Enter your Deepseek API Key",
"config.qwenModel": "Provide the name of the Qwen model you want to use (e.g., qwen-max, qwen-plus, qwen3-coder-plus, qwen3-coder-max).",
"config.qwenApiKey": "Enter your Qwen (DashScope) API Key",
"config.glmModel": "Provide the name of the GLM model you want to use (e.g., glm-4, glm-4-plus, glm-4v).",
"config.glmApiKey": "Enter your GLM (Zhipu AI) API Key",
"config.openaiModel": "Provide the name of the OpenAI model you want to use.",
"config.openaiApiKey": "Enter your OpenAI API Key",
"config.localModel": "Provide the name of the Local model you want to use (e.g., qwen2.5-coder, llama3.2, gemma3, mistral).",
"config.localBaseUrl": "Enter the Base URL for your Local LLM. For Ollama use http://localhost:11434/v1, for Docker Model Runner use http://localhost:12434/engines/llama.cpp/v1.",
"config.localApiKey": "Enter your Local LLM API Key (if required).",
"config.fontFamily": "Select preffered font family",
"config.chatviewTheme": "Select preffered chat view theme",
"config.fontSize": "Enter your preferred font size (default is 16)",
"config.enableStreaming": "Enable streaming responses from AI models",
"config.compactMode": "Reduce spacing between messages for a denser view",
"config.nickname": "Your display name shown in chat conversations",
"config.autoApprove": "Automatically approve agent actions without confirmation",
"config.allowFileEdits": "Allow the agent to create, modify, and delete files",
"config.allowTerminal": "Allow the agent to execute terminal commands",
"config.verboseLogging": "Show detailed agent activity logs for debugging",
"config.indexCodebase": "Enable vector database indexing for semantic code search",
"config.contextWindow": "Maximum context window size for AI requests",
"config.includeHidden": "Include hidden files (starting with .) in context gathering",
"config.maxFileSize": "Maximum file size in MB for context gathering",
"config.requireDiffApproval": "Require manual approval before agent file changes are applied",
"config.reviewInlineComments": "Show code review comments inline in workspace files (in addition to the webview panel)",
"config.agentMaxEventCount": "Maximum number of stream events before the agent pauses to ask to continue (default: 2000)",
"config.agentMaxToolInvocations": "Maximum total tool calls before the agent pauses to ask to continue (default: 400)",
"config.agentMaxDurationMinutes": "Maximum wall-clock minutes before the agent pauses to ask to continue (default: 10)",
"config.agentMaxConcurrentStreams": "Maximum number of concurrent agent streams. Additional requests are queued (default: 3, range: 1–10)",
"commands.concurrencyQueueShowStatus": "Show Agent Queue Status",
"commands.concurrencyQueueCancelAll": "Cancel All Queued Agent Requests",
"config.completionEnabled": "Enable inline code completions (ghost text)",
"config.completionProvider": "Provider for inline completions (can be different from chat provider)",
"config.completionModel": "Model to use for completions (e.g., qwen2.5-coder, deepseek-coder)",
"config.completionApiKey": "API key for completion provider (optional, falls back to main key if empty)",
"config.completionDebounceMs": "Delay in milliseconds before triggering a completion",
"config.completionMaxTokens": "Maximum tokens to generate for a completion",
"config.completionTriggerMode": "How completions are triggered (automatic on type, or manual hotkey)",
"config.completionMultiLine": "Allow multi-line completions",
"config.rulesEnabled": "Enable project rules from .codebuddy/rules.md file",
"config.rulesMaxTokens": "Maximum tokens allowed for project rules (rules exceeding this will be truncated)",
"config.rulesShowIndicator": "Show indicator in UI when project rules are active",
"config.customRules": "Custom rules for code generation. Each rule is appended to the agent's system prompt.",
"config.customSystemPrompt": "Additional instructions appended to the base system prompt",
"config.subagents": "Subagent configuration. Keys are subagent IDs, values contain enabled state.",
"config.connectorStates": "Stores the connection status and configuration of external connectors",
"config.mcpServers": "Stores the configuration of MCP servers",
"config.mcpDisabledTools": "Per-server lists of disabled MCP tool names",
"config.dailyStandupEnabled": "Enable or disable the Daily Standup automation (8:00 AM)",
"config.codeHealthEnabled": "Enable or disable the Daily Code Health Check (9:00 AM)",
"config.dependencyCheckEnabled": "Enable or disable the Daily Dependency Check (11:00 AM)",
"config.gitWatchdogEnabled": "Enable or disable the Git Watchdog (every 2 hours)",
"config.gitWatchdogProtectedBranches": "Branches to protect from stale branch cleanup suggestions. Use exact names (main) or prefix patterns (feature/*).",
"config.codeHealthHotspotMinChanges": "Minimum number of changes in the last 30 days for a file to be considered a hotspot.",
"config.codeHealthLargeFileThreshold": "Minimum number of lines for a file to be considered 'large' in the Code Health report.",
"config.codeHealthMaxTodoItems": "Maximum number of TODO/FIXME/HACK items to list in the Code Health report.",
"config.endOfDaySummaryEnabled": "Enable or disable the End-of-Day Summary automation (5:30 PM)",
"config.browserType": "Choose how to open news links and other external URLs.",
"config.language": "Display language for the CodeBuddy interface."
}