telexed ~ c / 82cf081a-538radar:80 · agent_toolLIVE
← back
NO.
#82cf081a
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-27 01:30:59
Importance
★ 8/10 — radar 80
`Claude Code` `v2.1.152` adds review auto-fix and live skill reloads
FIG-0821:1

`Claude Code` `v2.1.152` adds review auto-fix and live skill reloads

Review findings can now patch the working tree directly. Skill iteration is faster too, with reload hooks and tool bans making agent workflows easier to govern.

[ KEY POINTS ]
  1. /code-review --fix now applies findings after review, covering reuse, simplification, and efficiency suggestions.
  2. /simplify now calls /code-review --fix, turning cleanup into a more automated refactor path.
  3. Skills and slash commands can set disallowed-tools, a practical guardrail for risky or narrow agent tasks.
  4. /reload-skills and reloadSkills: true let newly installed skills work in the same session, no restart needed.
  5. Fallback behavior improved: missing primary models switch to --fallback-model for the rest of the session.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.152Read original →

// related