mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-07-10 16:35:43 +08:00
feat: new plugin system
This commit is contained in:
13
examples/plugins/hello-world/manifest.json
Normal file
13
examples/plugins/hello-world/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "hello-world",
|
||||
"displayName": "Project Stats",
|
||||
"version": "2.0.0",
|
||||
"description": "Scans the current project and shows file counts, lines of code, file-type breakdown, largest files, and recently modified files.",
|
||||
"author": "Claude Code UI",
|
||||
"icon": "icon.svg",
|
||||
"type": "module",
|
||||
"slot": "tab",
|
||||
"entry": "index.js",
|
||||
"server": "server.js",
|
||||
"permissions": []
|
||||
}
|
||||
Reference in New Issue
Block a user