@konbakuyomu 在 目前的 claude code 1.0.62 版本 无法识别commands或者agents自定义指令临时解决方案 中发帖
现在官方更新 1.0.62 版本后无法识别 ~/.claude/commands 或 ./claude/commands 的命令还有agent,目前临时的解决方案是
回退版本回 1.0.61 ,并禁止自动更新(仅针对windows用户)
npm un -g @anthropic-ai/claude-code
npm i -g @anthropic-ai/claude-code@1.0.61
claude config set -g autoUpdates disabled