diff --git a/README.md b/README.md
index d8f660a..c09ca22 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Download it and try it out for free! **https://piebald.ai/**
[](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 [
**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 [
**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.
diff --git a/system-prompts/tool-description-bash.md b/system-prompts/tool-description-bash.md
index 3c83e3f..04ed1db 100644
--- a/system-prompts/tool-description-bash.md
+++ b/system-prompts/tool-description-bash.md
@@ -1,7 +1,7 @@
Executes a given bash command in a persistent shell session with optional timeout, ensuring proper handling and security measures.
diff --git a/system-prompts/tool-description-task.md b/system-prompts/tool-description-task.md
index 58867aa..4e90388 100644
--- a/system-prompts/tool-description-task.md
+++ b/system-prompts/tool-description-task.md
@@ -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.