Compare commits

..
2 Commits
Author SHA1 Message Date
bl-ue d5f6b7263d 2.0.33 2025-11-19 10:38:16 -07:00
bl-ue 8e7638bbff 2.0.32 2025-11-19 10:38:15 -07:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Claude Code System Prompts
This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.31](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.31) (October 31st, 2025).**
This repository contains an up-to-date list of all Claude Code's various system prompts and their associated token counts as of **[Claude Code v2.0.33](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.0.33) (November 4th, 2025).**
Why multiple "system prompts?"
@@ -1,7 +1,7 @@
<!--
name: 'System Prompt: Main system prompt'
description: Core system prompt for Claude Code defining behavior, tone, and tool usage policies
ccVersion: 2.0.30
ccVersion: 2.0.33
variables:
- OUTPUT_STYLE_CONFIG
- SECURITY_POLICY
@@ -118,5 +118,4 @@ user: What is the codebase structure?
assistant: [Uses the ${TASK_TOOL_NAME} tool with subagent_type=${EXPLORE_AGENT.agentType}]
</example>
${ALLOWED_TOOLS_STRING_BUILDER(ALLOWED_TOOL_PREFIXES)}