v2.1.5 (-24 tokens)

This commit is contained in:
Mike 2026-01-11 14:49:42 -07:00
parent ed89438c79
commit 701b0e2b28
3 changed files with 6 additions and 6 deletions

View File

@ -31,7 +31,7 @@ Download it and try it out for free! **https://piebald.ai/**
[![Mentioned in Awesome Claude Code](https://awesome.re/mentioned-badge.svg)](https://github.com/hesreallyhim/awesome-claude-code)
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.1.4](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.4) (January 10th, 2026).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 63 versions since v2.0.14. From the team behind [<img src="https://github.com/Piebald-AI/piebald/raw/main/assets/logo.svg" width="15"> **Piebald.**](https://piebald.ai/)
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.1.5](https://www.npmjs.com/package/@anthropic-ai/claude-code/v/2.1.5) (January 11th, 2026).** It also contains a [**CHANGELOG.md**](./CHANGELOG.md) for the system prompts across 64 versions since v2.0.14. From the team behind [<img src="https://github.com/Piebald-AI/piebald/raw/main/assets/logo.svg" width="15"> **Piebald.**](https://piebald.ai/)
**This repository is updated within minutes of each Claude Code release. See the [CHANGELOG](./CHANGELOG.md), and follow [@PiebaldAI](https://x.com/PiebaldAI) on X for a summary of the system prompt changes in each release.**
@ -145,7 +145,7 @@ Text for large system reminders.
### Builtin Tool Descriptions
- [Tool Description: AskUserQuestion](./system-prompts/tool-description-askuserquestion.md) (**194** tks) - Tool description for asking user questions..
- [Tool Description: Bash](./system-prompts/tool-description-bash.md) (**1069** tks) - Description for the Bash tool, which allows Claude to run shell commands.
- [Tool Description: Bash](./system-prompts/tool-description-bash.md) (**1045** tks) - Description for the Bash tool, which allows Claude to run shell commands.
- [Tool Description: Computer](./system-prompts/tool-description-computer.md) (**161** tks) - Main description for the Chrome browser computer automation tool.
- [Tool Description: Edit](./system-prompts/tool-description-edit.md) (**278** tks) - Tool description for performing exact string replacements in files.
- [Tool Description: EnterPlanMode](./system-prompts/tool-description-enterplanmode.md) (**970** tks) - Tool description for entering plan mode to explore and design implementation approaches.

View File

@ -1,7 +1,7 @@
<!--
name: 'Tool Description: Bash'
description: Description for the Bash tool, which allows Claude to run shell commands
ccVersion: 2.1.4
ccVersion: 2.1.5
variables:
- CUSTOM_TIMEOUT_MS
- MAX_TIMEOUT_MS
@ -13,7 +13,7 @@ variables:
- READ_TOOL_NAME
- EDIT_TOOL_NAME
- WRITE_TOOL_NAME
- GIT_COMMIT_AND_PR_CREATION_INSTRUCTION
- BASH_TOOL_NAME
- BASH_BACKGROUND_TASK_NOTES_FN
-->
Executes a given bash command in a persistent shell session with optional timeout, ensuring proper handling and security measures.

View File

@ -8,11 +8,11 @@ variables:
- READ_TOOL
- GLOB_TOOL
- GET_SUBSCRIPTION_TYPE_FN
- IS_TRUTHY_FN
- PROCESS_OBJECT
- BASH_TOOL
- TASK_TOOL_OBJECT
- WRITE_TOOL
- IS_TRUTHY_FN
- PROCESS_OBJECT
-->
Launch a new agent to handle complex, multi-step tasks autonomously.