@JoJoJotarou发现 Claude code 2.1.2 的一个 bug 和一个新特性? 中发帖

bug:Claude code 找不到skill 技能包中的 scripts 
[image]
[image]
[image]
新特性:估计是 skill 支持 slash command 方式调用,现在可以在 skill.md 里用 bash 命令了
- Current git status: !`git status`
- Current branch: !`git branch --show-current`
- which jq: !`which jq`
- which gh: !`which gh`
- which gemini: !`which gemini`

原本只在斜杠命令中提到 Bash 命令执行- Claude Code Docs