21 lines
1.2 KiB
JSON
21 lines
1.2 KiB
JSON
{
|
|||
|
|
"extension.description": "AI coding assistant powered by OpenCode",
|
||
|
|
"views.chat.name": "Chat",
|
||
|
|
"command.openSidebar.title": "Open Sidebar",
|
||
|
|
"command.focusChat.title": "Focus Chat",
|
||
|
|
"command.restartApi.title": "Restart API Connection",
|
||
|
|
"command.showOpenCodeStatus.title": "Show OpenCode Status",
|
||
|
|
"command.openAgentManager.title": "Open Agent Manager",
|
||
|
|
"command.openActiveSessionInEditor.title": "Open Active Session in Editor",
|
||
|
|
"command.openNewSessionInEditor.title": "Open New Session in Editor",
|
||
|
|
"command.openCurrentOrNewSessionInEditor.title": "Open Session in Editor",
|
||
|
|
"command.addToContext.title": "Add to Context",
|
||
|
|
"command.explain.title": "Explain",
|
||
|
|
"command.improveCode.title": "Improve Code",
|
||
|
|
"command.newSession.title": "New Session",
|
||
|
|
"command.showSettings.title": "Settings",
|
||
|
|
"command.attachExplorerToChat.title": "Attach to OpenChamber Chat",
|
||
|
|
"configuration.apiUrl.description": "URL of an external OpenCode API server. Leave empty to auto-start a local instance.",
|
||
|
|
"configuration.opencodeBinary.description": "Optional absolute path to the opencode CLI binary. Useful if PATH lookup fails. Requires window reload or API restart to apply."
|
||
|
|
}
|