mirror of
https://git.openapi.site/https://github.com/desirecore/market.git
synced 2026-07-23 03:43:43 +08:00
## 变更摘要 - 新增中英文 `code-intelligence` 内置技能,按需暴露隐藏的 `Lsp` 工具 - 记录 9 种语义导航操作、目录权限边界、缺少语言服务器时的降级策略 - 要求客户端版本 `10.0.94`,避免旧客户端安装后缺失工具 - 更新内置技能清单、市场统计和版本 ## 验证 - `uv run --with httpx --with ruamel-yaml scripts/i18n/validate-i18n.py` - `uv run --with httpx --with ruamel-yaml scripts/i18n/translate.py --check` ## Summary Adds the bilingual `code-intelligence` built-in skill, exposes the hidden `Lsp` tool only when the skill is active, documents its permission and fallback behavior, and updates the market manifest and counts.
40 lines
968 B
JSON
40 lines
968 B
JSON
{
|
|
"name": "DesireCore Official Market",
|
|
"version": "1.2.16",
|
|
"schemaVersion": "1.1.0",
|
|
"supportedLocales": ["zh-CN", "en-US"],
|
|
"defaultLocale": "en-US",
|
|
"i18n": {
|
|
"default_locale": "en-US",
|
|
"zh-CN": {
|
|
"name": "DesireCore 官方市场",
|
|
"description": "DesireCore 官方市场,提供精选高质量的 Agent 和 Skill"
|
|
},
|
|
"en-US": {
|
|
"name": "DesireCore Official Market",
|
|
"description": "Curated, high-quality Agents and Skills published by the DesireCore team."
|
|
}
|
|
},
|
|
"maintainer": {
|
|
"name": "DesireCore Team",
|
|
"email": "market@desirecore.net",
|
|
"url": "https://desirecore.net"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/desirecore/market.git"
|
|
},
|
|
"stats": {
|
|
"totalAgents": 1,
|
|
"totalSkills": 53,
|
|
"lastUpdated": "2026-07-22"
|
|
},
|
|
"features": [
|
|
"curated-index",
|
|
"auto-sync",
|
|
"multi-language",
|
|
"ai-translation"
|
|
]
|
|
}
|