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 source code reportedly leaked, revealing agent architecture details
The source code for Claude Code, Anthropic's AI coding agent, appears to have been leaked, containing the full repository with system prompts, agent loop implementation, and tool calling infrastructure.

Bonsai 1.7B Ternary Model Hits 442 T/s on M4 Max with Autonomously Tuned Metal Kernels
Autonomous agent ata optimized Metal kernels for Bonsai 1.7B Q2_0, achieving 442 t/s decode (+42%) and 4622 t/s prefill (+9%) on M4 Max vs unmodified llama.cpp.

Analyzing Claude's 1M Context Window Token Burn: Data Shows Unbounded Growth and Cache Miss Compounding
Analysis of Claude's 1M context window reveals two compounding factors causing rapid token consumption: unbounded context growth without auto-compaction and expensive cache misses at larger context sizes. The author provides a Python script to analyze personal token usage from JSONL session files.

Anthropic's Claude for Open Source program grants free Claude Max to qualifying maintainers
Anthropic offers six months of free Claude Max access to open source maintainers whose projects have 5,000+ GitHub stars or 1M+ monthly npm downloads with active commits in the last three months.