Claude-Code v2.1.80 adds rate limit monitoring, plugin improvements, and memory optimizations

What's new in Claude-Code v2.1.80
Claude-Code v2.1.80 includes several practical improvements for developers using AI coding agents, focusing on monitoring, plugin management, and performance optimizations.
Key features and improvements
- Rate limit monitoring: Added
rate_limitsfield to statusline scripts for displaying Claude.ai rate limit usage with 5-hour and 7-day windows showingused_percentageandresets_at - Plugin marketplace source: Added
source: 'settings'option to declare plugin entries inline insettings.json - CLI tool detection: Added CLI tool usage detection to plugin tips, complementing existing file pattern matching
- Effort level control: Added
effortfrontmatter support for skills and slash commands to override the model effort level when invoked - MCP server channels: Added
--channelsflag (research preview) allowing MCP servers to push messages into your session - Memory optimization: Reduced memory usage on startup in large repositories, saving approximately 80 MB on repositories with 250,000 files
Bug fixes
- Fixed
--resumedropping parallel tool results - sessions with parallel tool calls now restore alltool_use/tool_resultpairs instead of showing[Tool result missing]placeholders - Fixed voice mode WebSocket failures caused by Cloudflare bot detection on non-browser TLS fingerprints
- Fixed 400 errors when using fine-grained tool streaming through API proxies, Bedrock, or Vertex
- Fixed
/remote-controlappearing for gateway and third-party provider deployments where it cannot function - Fixed
/sandboxtab switching not responding to Tab or arrow keys - Fixed managed settings (
enabledPlugins,permissions.defaultMode, policy-set env vars) not being applied at startup whenremote-settings.jsonwas cached from a prior session
UI improvements
- Improved responsiveness of
@file autocomplete in large git repositories - Improved
/effortto show what auto currently resolves to, matching the status bar indicator - Improved
/permissions- Tab and arrow keys now switch tabs from within a list - Improved background tasks panel - left arrow now closes from the list view
- Simplified plugin install tips to use a single
/plugin installcommand instead of a two-step flow
📖 Read the full source: GitHub Claude-Code
👀 See Also

Kimi K2.6 beats Claude, GPT-5.5 and Gemini in coding challenge with aggressive sliding strategy
In the AI Coding Contest's Day 12 Word Gem Puzzle, Moonshot AI's open-weights Kimi K2.6 scored 22 match points (7-1-0), outperforming GPT-5.5 (16), Claude Opus 4.7 (12), and Gemini Pro 3.1 (9). MiMo V2-Pro took second. Kimi won by sliding aggressively.

OpenClaw 2026.3.13 regression causes false unreachable status reports
OpenClaw version 2026.3.13 introduced a diagnostic regression where status commands falsely report unreachable gateways despite RPC probes working correctly. Rolling back to 2026.3.12 resolves the issue.

Hershey's Multi-Agent AI Runs Marketing Mix Modeling Monthly Instead of Quarterly
Hershey uses Mutinex (Claude/Gemini based multi-agent system) and Tracer to automate MMM, reducing analysis cycles from yearly to monthly for $2B in marketing spend.

Claude Code v2.1.162 Ships Session Waiting Info, MCP Timeout Fix, and Agents View Overhaul
Claude Code v2.1.162 adds `waitingFor` to `--json` output, fixes MCP timeout sub-1000ms bug, improves terminal rendering for agents view, and more. Details inside.