chore: add terminal plugin in the plugins list

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
simosmik
2026-03-27 09:59:02 +00:00
parent b54cdf8168
commit 004135ef01
2 changed files with 115 additions and 31 deletions

View File

@@ -476,7 +476,7 @@
"installFailed": "Installation failed",
"uninstallFailed": "Uninstall failed",
"toggleFailed": "Toggle failed",
"buildYourOwn": "Build your own plugin",
"starterPluginLabel": "Starter Plugin",
"starter": "Starter",
"docs": "Docs",
"starterPlugin": {
@@ -485,6 +485,12 @@
"description": "File counts, lines of code, file-type breakdown, and recent activity for your project.",
"install": "Install"
},
"terminalPlugin": {
"name": "Terminal",
"badge": "official",
"description": "Integrated terminal with full shell access directly within the interface.",
"install": "Install"
},
"morePlugins": "More",
"enable": "Enable",
"disable": "Disable",