Claude Code v2.1.149: Usage Breakdown, Permission Fixes, and Keyboard Navigation

Anthropic released Claude Code v2.1.149, a maintenance release with several new features, a new enterprise setting, and numerous bug fixes — notably patching a PowerShell permission bypass that could allow reading outside the workspace.
New Features
/usagenow shows a per-category breakdown of what drives your limits: skills, subagents, plugins, and per-MCP-server cost./diffdetail view can be scrolled with the keyboard: arrows,j/k,PgUp/PgDn,Space,Home/End.- Markdown output now renders GFM task list checkboxes (
- [ ]and- [x]) instead of plain bullets. - Enterprise: Added the
allowAllClaudeAiMcpsmanaged setting to load claude.ai cloud MCP connectors alongsidemanaged-mcp.json.
Security Fixes
- PowerShell permission bypass: Built-in
cdfunctions (cd..,cd\,cd~,X:) changed the working directory undetected, letting a later command read outside the workspace. Fixed. - Sandbox write allowlist in git worktrees: Previously covered the entire main repository root; now scoped to only the shared
.gitdirectory (withhooks/andconfigdenied). - PowerShell prefix/wildcard allow rules (e.g.
PowerShell(dotnet.exe build *)) were not pre-approving native executables and scripts. Fixed. - Permission-analysis gap: Parser trusted stale variable-tracking values for
PWD/OLDPWD/DIRSTACKacrosscd/pushd/popd. Fixed. findin the Bash tool exhausted the macOS system file/vnode table and crashed the host on large directory trees. Fixed.
Other Notable Fixes
- Managed-settings approval dialog no longer leaves the terminal frozen after accepting at startup.
/ultraplanand remote session creation no longer fail with “Could not capture uncommitted changes” when the working tree has no real changes.otelHeadersHelperfailures (e.g., script path with spaces) are now reported in/doctorand the debug log.- Thinking spinner no longer stays amber across tool calls and onto fresh thinking bursts.
- Collapsed Bash output now reports the correct hidden-line count for outputs with many short lines.
- Slash-command argument-hint no longer clips trailing typed characters when the hint overflows the input box.
- Argument-hint and progressive arg suggestions now appear after Tab-completing a skill whose frontmatter
name:differs from its directory basename. - Status bar now shows the effort level applied by skill/agent
effort:frontmatter, not the baseline/effortsetting. Ctrl+Otranscript view now tails new messages instead of freezing at the moment it was opened.- Editing a recalled prompt-history entry no longer loses the edit when navigating with arrow keys.
/configexit summary no longer reports phantom changes to auto-compact and theme when toggling unrelated settings./insightsno longer crashes when cached session-meta files are missing optional fields.- Malformed PowerShell and History tool calls with missing input are no longer misclassified as reads in transcript collapsing.
- Renaming a Remote Control session from claude.ai or the mobile app now updates the local session name for
claude --resume. - Fixed a race where a just-submitted prompt could appear twice in the up-arrow history.
- Tapping the “Jump to bottom” pill in fullscreen mode now dismisses it immediately.
/feedbackreports now include the conversation that happened before context compaction, making issues from earlier in long sessions easier to triage.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Benchmarking the Latest AI Models: The Rise of Extreme Models
A detailed benchmarking of 40 new AI models reveals a split market with 'God Mode' and 'Flash Mode' leading the way. Mid-range models are now considered obsolete.

Claude Code: Feedback Honeypot Overrides Privacy Opt-Out — Users Report Session Transcript Trap
Anthropic's Claude Code now prompts users to allow session transcript review — pressing 'n' for no logs 'Thanks for your feedback' and may still train models. Dismiss key behavior is unclear.

Claude-Code v2.1.47 Release: Key Fixes and Improvements
The Claude-Code v2.1.47 release brings crucial fixes to Windows terminal rendering, file handling, and bash tool output alongside memory and performance enhancements.

NHS England retreats from open source: open letter urges reversal of SDLC-8 policy
An open letter with 74 signatures calls on NHS England to withdraw SDLC-8 — a policy that hides all NHS source code — and to reaffirm Principle 12 of the NHS Service Standard: 'Make new source code open.'