Yige
114f03886b
feat: 新增代码智能内置技能 (#61)
## 变更摘要
- 新增中英文 `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.
2026-07-22 20:03:56 +08:00
..
2026-07-19 14:37:19 +08:00
2026-07-19 14:37:19 +08:00
2026-07-19 14:37:19 +08:00
2026-07-22 20:03:56 +08:00
2026-07-11 20:42:20 +08:00
2026-07-19 17:31:31 +08:00
2026-07-14 11:55:22 +08:00
2026-07-19 16:14:22 +08:00
2026-06-09 11:27:13 +08:00
2026-07-19 14:37:19 +08:00
2026-07-19 17:31:31 +08:00
2026-06-04 11:14:36 +08:00
2026-07-19 00:45:05 +08:00
2026-07-19 14:37:19 +08:00
2026-05-05 00:26:33 +08:00
2026-07-07 21:14:31 +08:00
2026-07-19 14:37:19 +08:00
2026-07-14 11:55:22 +08:00
2026-07-19 19:19:33 +08:00
2026-07-16 19:59:41 +08:00
2026-07-19 14:37:19 +08:00
2026-07-19 14:37:19 +08:00
2026-07-16 19:59:41 +08:00
2026-07-19 14:37:19 +08:00
2026-07-07 21:14:31 +08:00
2026-07-14 11:55:22 +08:00
2026-05-05 00:26:33 +08:00
2026-07-14 11:55:22 +08:00
2026-07-19 14:37:19 +08:00
2026-07-16 19:59:41 +08:00
2026-07-07 21:14:31 +08:00
2026-07-16 19:59:41 +08:00
2026-07-07 21:14:31 +08:00
2026-07-19 14:37:19 +08:00
2026-07-19 14:37:19 +08:00
2026-07-07 21:14:31 +08:00
2026-05-05 00:26:33 +08:00
2026-07-07 21:14:31 +08:00
2026-07-07 21:14:31 +08:00
2026-07-07 21:14:31 +08:00
2026-07-07 21:14:31 +08:00
2026-07-14 11:55:22 +08:00
2026-07-19 14:37:19 +08:00
2026-07-14 11:55:22 +08:00
2026-07-19 16:14:22 +08:00
2026-07-07 21:14:31 +08:00
2026-07-19 19:19:33 +08:00
2026-07-07 21:14:31 +08:00
2026-07-19 14:37:19 +08:00
2026-07-19 14:37:19 +08:00
2026-07-07 21:14:31 +08:00
2026-07-14 11:55:22 +08:00
2026-07-07 21:14:31 +08:00
2026-02-28 22:47:09 +08:00
2026-05-29 15:36:19 +08:00