New Features#
What's wrong with this entry?
Tool Call Counter
A new visual indicator that displays the number of tool calls being made during interactions. This can be enabled through the showToolCallCount configuration option, helping users track Claude's tool usage in real-time.
ULTRACLAUDE.md Support (Experimental)
Introduced experimental support for a new user preferences file called ULTRACLAUDE.md. This file:
- Lives in the
.claudedirectory alongside other configuration files - Provides critical user preferences that override default behavior
- Includes a warning when the file exceeds 1000 characters
- Can be edited using the
/memorycommand
Example warning display:
⚠️ ULTRACLAUDE.md exceeds 1000 chars (1234 chars) • /memory to edit
Enhanced Permission Debug Info
New permission debugging display that shows detailed information about permission decisions:
- Rule-based decisions with their sources (CLI argument, local settings, or project settings)
- Mode information (Default, Accept Edits, or Bypass Permissions)
- Subcommand results with visual checkmarks (✓) or crosses (✗)
- Hierarchical display of permission decision reasons
Example output:
Permission debug info:
✓ read-file
⎿ allow rule from CLI argument
✗ write-file
⎿ Default mode