Claude Code 2.1.84 adds general-purpose agent prompt and PowerShell tool, removes redundant prompts

New Additions
Claude Code 2.1.84 adds four new components:
- Agent Prompt: General purpose – System prompt for a subagent that searches, analyzes, and edits code across a codebase while reporting findings concisely to the caller.
- System Prompt: Avoiding Unnecessary Sleep Commands – Part of PowerShell tool description; provides guidelines for avoiding unnecessary sleep commands in PowerShell scripts, including alternatives for waiting and notification.
- Tool Description: PowerShell – Describes the PowerShell command execution tool with syntax guidance, timeout settings, and instructions to prefer specialized tools over PowerShell for file operations.
- Tool Description: request_teach_access – Part of teach mode; describes a tool that requests permission to guide the user through a task step-by-step using fullscreen tooltip overlays instead of direct access.
Removals and Simplifications
The update removes nine standalone prompts and simplifies multiple tool descriptions:
- Removed prompts: Common suffix (response format), Explore strengths and guidelines, /review slash command (remote), Analysis instructions for full compact prompt (three variants), Doing tasks (avoid over-engineering), and Glob file pattern matching tool description.
- Agent prompt changes: Claude guide agent removed the "avoid emojis" guideline. Conversation summarization and Recent Message Summarization now inline full analysis instructions directly into prompts instead of referencing shared templates. Explore agent removed 'return absolute paths' and 'avoid emojis' guidelines and reorganized agent metadata. Plan mode (enhanced) removed the read-only critical system reminder and simplified critical files listing format by dropping brief-reason annotations.
- System prompt updates: Advisor tool instructions relaxed the "always call advisor" mandate; advisor is now recommended at least once before committing to an approach and once before declaring done on multi-step tasks, but short reactive tasks no longer require repeated calls. Agent thread notes removed feature flag conditional around response formatting; now always instructs agents to share only load-bearing code snippets and absolute file paths. Auto mode reworded guidance with added 'low-risk work' qualifier.
- Tool description changes: Agent (usage notes) removed explicit 'launch multiple agents concurrently' instruction for non-pro tiers. Agent (when to launch subagents) removed the "Available agent types and the tools they have access to" heading. Bash (Git commit and PR creation instructions) added general parallel tool-calling instruction at the top and simplified per-step parallel execution notes. ReadFile removed "speculatively read multiple files in parallel" guidance. TaskCreate simplified description field guidance from "detailed description with context and acceptance criteria" to "what needs to be done" and removed tip about including enough detail for another agent. TodoWrite trimmed assistant narration from all examples, removing introductory/transitional phrasing so examples show more direct action.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code v2.1.152: /code-review --fix, plugin disallowed-tools, MessageDisplay hook
Claude Code v2.1.152 introduces /code-review --fix to apply suggestions to your working tree, /reload-skills, MessageDisplay hook, and plugin disallowed-tools in frontmatter. Also fixes long-session styling degradation, MCP dedup, and cache reporting.

Melbourne Psychiatrist Refuses New Patients Who Don't Consent to AI Note-Taking
A Melbourne psychiatrist now requires new patients to consent to AI transcription for sessions or be referred elsewhere, raising data security and accuracy concerns.

Nemotron 3 4B Underperforms Qwen 3.5 4B in Demanding Benchmarks
A Reddit user tested Nemotron 3 4B Q8 against Qwen 3.5 4B Q8 on complex mathematical and programming tasks, finding Nemotron failed to produce correct reasoning and structured output while Qwen passed all tests.

AI Agents Are Killing Code Review — The Principal-Agent Problem Explained
Inserting AI agents into the traditional code review process doubles review load, collapses trust signals, and creates an unsustainable imbalance — this is the principal-agent problem as applied to software engineering.