-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.nls.json
More file actions
31 lines (31 loc) · 2.3 KB
/
Copy pathpackage.nls.json
File metadata and controls
31 lines (31 loc) · 2.3 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
{
"cmd.manage": "Manage Connection (URL / API Key)",
"cmd.setApiKey": "Set API Key",
"cmd.refreshModels": "Refresh Models",
"cmd.checkConnection": "Check Connection",
"cmd.openDashboard": "Open Dashboard",
"cmd.openGitHub": "Open OmniRoute on GitHub",
"cmd.installOmniRoute": "Install OmniRoute (Get Started)",
"cmd.configureCliTool": "Configure Coding CLI (Codex, Claude Code, Cline…)",
"cmd.quickActions": "Quick Actions",
"cmd.openSettings": "Open Settings",
"view.connection": "Connection",
"cfg.baseUrl": "OmniRoute base URL (OpenAI-compatible). Point it at your local install or any remote OmniRoute instance.",
"cfg.statusBar": "Show the OmniRoute connection indicator in the status bar.",
"cfg.healthCheckIntervalSeconds": "How often the status bar probes the OmniRoute server (seconds).",
"cfg.maxOutputTokens": "Maximum output tokens reserved per response.",
"cfg.defaultContextLength": "Context length assumed for models whose catalog entry does not declare one.",
"cfg.modelFilter": "Optional case-insensitive substring or regex to limit which models are listed in the picker (e.g. \"glm|kimi\"). Empty lists everything.",
"cfg.dashboardOpen": "Where the OmniRoute dashboard opens.",
"cfg.dashboardOpen.external": "Open the dashboard in your default web browser.",
"cfg.dashboardOpen.editor": "Open the dashboard in a VS Code editor tab (Simple Browser). Requires an OmniRoute version that allows embedding.",
"cfg.defaultReasoningEffort": "Default reasoning effort for models that support extended thinking. Leave unset to let each model decide; a value picked in the chat UI always wins.",
"cfg.defaultReasoningEffort.unset": "Unset — let the model/server decide",
"cfg.defaultReasoningEffort.none": "No extended thinking",
"cfg.defaultReasoningEffort.low": "Low",
"cfg.defaultReasoningEffort.medium": "Medium",
"cfg.defaultReasoningEffort.high": "High",
"cfg.defaultReasoningEffort.xhigh": "Highest — downshifted for models without it",
"cfg.cliPath": "Path to the OmniRoute CLI, used by the \"Configure Coding CLI\" command.",
"cfg.exposeToAgentsWindow": "Experimental: also list OmniRoute models in the Copilot Agents window model picker. Requires the VS Code setting chat.agentHost.byokModels.enabled and an agent host restart; uses a proposed VS Code API that may change."
}