mirror of
https://github.com/qingchencloud/clawpanel.git
synced 2026-06-02 14:20:10 +08:00
chore: release v0.11.5
feat: SkillHub skill store (SDK-based, no CLI dependency)
- Rust SDK (skillhub.rs): HTTP search, index fetch, zip download+extract
- Node.js SDK (skillhub-sdk.js): mirrors Rust SDK for Web/Docker mode
- Skills page: new "Store" tab with full index browse + client-side filter
- Remove 6 old CLI-dependent commands, add 3 SDK commands
- Migrate assistant.js skill tools from ClawHub CLI to SkillHub SDK
- Fix index decode error ({total,skills} wrapper vs bare array)
- Fix skill name display (API field 'name' vs 'display_name')
- Clean up 13 dead CSS rules from old skills hero/tips UI
This commit is contained in:
@@ -72,8 +72,8 @@ export default {
|
||||
toolProcessList: _('进程列表', 'Process list', '處理程序列表'),
|
||||
toolWebSearch: _('网页搜索', 'Web search', '網頁搜尋'),
|
||||
toolWebSearchDesc: _('搜索网页获取信息', 'Search the web for information', '搜尋網頁取得資訊'),
|
||||
toolClawHubSearch: _('搜索 ClawHub', 'Search ClawHub', '搜尋 ClawHub'),
|
||||
toolClawHubInstall: _('安装 Skill', 'Install Skill', '安裝 Skill'),
|
||||
toolSkillHubSearch: _('搜索 SkillHub', 'Search SkillHub', '搜尋 SkillHub'),
|
||||
toolSkillHubInstall: _('安装 Skill', 'Install Skill', '安裝 Skill'),
|
||||
toolInstallDep: _('安装依赖', 'Install dependency', '安裝依赖'),
|
||||
toolFileOps: _('文件操作', 'File Operations', '檔案操作'),
|
||||
toolFileOpsDesc: _('读写文件和目录', 'Read/write files and directories', '讀写檔案和目錄'),
|
||||
|
||||
Reference in New Issue
Block a user