# Claude Code v2.1.161: system prompt

> 1 of 25 tool descriptions changed. Compared against v2.1.160.

Web version: https://changelogs.core-directive.com/prompts/2.1.161?arm=cli

## What this version holds
- model strings captured: 27
- tool descriptions: 25
- compared against: v2.1.160
- system prompt edits: 0
- widest system prompt edit: +0/-0 lines
- tool descriptions changed: 1

## What moved

### Tool: TaskOutput (+1/-1 lines)

This edit reached all 27 arms.

```diff
@@ from line 1 @@
 DEPRECATED: Background tasks return their output file path in the tool result, and you receive a <task-notification> with the same path when the task completes.
 - For bash tasks: prefer using the Read tool on that output file path — it contains stdout/stderr.
-- For local_agent tasks: use the Agent tool result directly. Do NOT Read the .output file — it is a symlink to the full sub-agent conversation transcript (JSONL) and will overflow your context window.
+- For local_agent tasks: use the Agent tool result directly. Do NOT Read the .output file — it is a symlink to the full subagent conversation transcript (JSONL) and will overflow your context window.
 - For remote_agent tasks: prefer using the Read tool on the output file path — it contains the streamed remote session output (same as bash).
 
 - Retrieves output from a running or completed task (background shell, agent, or remote session)
```

## Tool descriptions
- Agent: https://changelogs.core-directive.com/prompts/2.1.161/tools/Agent.txt?arm=cli
- AskUserQuestion: https://changelogs.core-directive.com/prompts/2.1.161/tools/AskUserQuestion.txt?arm=cli
- Bash: https://changelogs.core-directive.com/prompts/2.1.161/tools/Bash.txt?arm=cli
- CronCreate: https://changelogs.core-directive.com/prompts/2.1.161/tools/CronCreate.txt?arm=cli
- CronDelete: https://changelogs.core-directive.com/prompts/2.1.161/tools/CronDelete.txt?arm=cli
- CronList: https://changelogs.core-directive.com/prompts/2.1.161/tools/CronList.txt?arm=cli
- Edit: https://changelogs.core-directive.com/prompts/2.1.161/tools/Edit.txt?arm=cli
- EnterPlanMode: https://changelogs.core-directive.com/prompts/2.1.161/tools/EnterPlanMode.txt?arm=cli
- EnterWorktree: https://changelogs.core-directive.com/prompts/2.1.161/tools/EnterWorktree.txt?arm=cli
- ExitPlanMode: https://changelogs.core-directive.com/prompts/2.1.161/tools/ExitPlanMode.txt?arm=cli
- ExitWorktree: https://changelogs.core-directive.com/prompts/2.1.161/tools/ExitWorktree.txt?arm=cli
- NotebookEdit: https://changelogs.core-directive.com/prompts/2.1.161/tools/NotebookEdit.txt?arm=cli
- Read: https://changelogs.core-directive.com/prompts/2.1.161/tools/Read.txt?arm=cli
- ScheduleWakeup: https://changelogs.core-directive.com/prompts/2.1.161/tools/ScheduleWakeup.txt?arm=cli
- Skill: https://changelogs.core-directive.com/prompts/2.1.161/tools/Skill.txt?arm=cli
- TaskCreate: https://changelogs.core-directive.com/prompts/2.1.161/tools/TaskCreate.txt?arm=cli
- TaskGet: https://changelogs.core-directive.com/prompts/2.1.161/tools/TaskGet.txt?arm=cli
- TaskList: https://changelogs.core-directive.com/prompts/2.1.161/tools/TaskList.txt?arm=cli
- TaskOutput (changed in this version): https://changelogs.core-directive.com/prompts/2.1.161/tools/TaskOutput.txt?arm=cli
- TaskStop: https://changelogs.core-directive.com/prompts/2.1.161/tools/TaskStop.txt?arm=cli
- TaskUpdate: https://changelogs.core-directive.com/prompts/2.1.161/tools/TaskUpdate.txt?arm=cli
- WebFetch: https://changelogs.core-directive.com/prompts/2.1.161/tools/WebFetch.txt?arm=cli
- WebSearch: https://changelogs.core-directive.com/prompts/2.1.161/tools/WebSearch.txt?arm=cli
- Workflow: https://changelogs.core-directive.com/prompts/2.1.161/tools/Workflow.txt?arm=cli
- Write: https://changelogs.core-directive.com/prompts/2.1.161/tools/Write.txt?arm=cli

## Full text
- system prompt: https://changelogs.core-directive.com/prompts/2.1.161/system.txt?arm=cli
