mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-06 13:15:38 +08:00
fix - group plugin settings by source (#808)
This commit is contained in:
@@ -472,6 +472,12 @@
|
||||
"starterPluginLabel": "Starter Plugin",
|
||||
"starter": "Starter",
|
||||
"docs": "Docs",
|
||||
"sections": {
|
||||
"officialTitle": "Official Plugins",
|
||||
"officialDescription": "Maintained by the CloudCLI team and ready for direct install.",
|
||||
"unofficialTitle": "Other Plugins",
|
||||
"unofficialDescription": "Unofficial plugins and integrations from other users. Review the source before installing."
|
||||
},
|
||||
"starterPlugin": {
|
||||
"name": "Project Stats",
|
||||
"badge": "starter",
|
||||
@@ -484,6 +490,18 @@
|
||||
"description": "Integrated terminal with full shell access directly within the interface.",
|
||||
"install": "Install"
|
||||
},
|
||||
"scheduledPromptPlugin": {
|
||||
"name": "Scheduled Prompts",
|
||||
"badge": "unofficial",
|
||||
"description": "Schedule workspace prompts, review run history, and manage recurring local tasks.",
|
||||
"install": "Install"
|
||||
},
|
||||
"claudeWatchPlugin": {
|
||||
"name": "Claude Watch",
|
||||
"badge": "unofficial",
|
||||
"description": "Watch long-running Claude Code sessions for hangs and expose process controls.",
|
||||
"install": "Install"
|
||||
},
|
||||
"morePlugins": "More",
|
||||
"enable": "Enable",
|
||||
"disable": "Disable",
|
||||
|
||||
Reference in New Issue
Block a user