Claude Code v2.1.37 Released

Anthropic has released version 2.1.37 of Claude Code, the official CLI tool for interacting with Claude AI models. This update continues the rapid development cycle of the tool, which has become essential for developers building with Claude.
About Claude Code
Claude Code is Anthropic official command-line interface that allows developers to interact with Claude models directly from their terminal. It supports various features including:
- Direct terminal access to Claude models
- File and project context awareness
- Tool use and function calling
- Integration with development workflows
Staying Updated
To update Claude Code to the latest version, users can run:
npm update -g @anthropic-ai/claude-code
The development team maintains an active release schedule, with frequent updates addressing bugs, improving performance, and adding new features based on community feedback.
Community Impact
Claude Code has become a foundation for many AI-powered tools and frameworks, including OpenClaw. The consistent updates ensure compatibility and introduce improvements that benefit the entire ecosystem of Claude-based applications.
For detailed changelog and release notes, visit the official GitHub releases page.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Exploring n8n as an Alternative to OpenClaw Skills for Automation
The OpenClaw community on Reddit debates the pros and cons of using n8n over OpenClaw Skills for automation tasks. Key discussion points include ease of use, flexibility, and real-world application examples.

Claude Code v2.1.152: /code-review --fix, plugin disallowed-tools, MessageDisplay hook
Claude Code v2.1.152 introduces /code-review --fix to apply suggestions to your working tree, /reload-skills, MessageDisplay hook, and plugin disallowed-tools in frontmatter. Also fixes long-session styling degradation, MCP dedup, and cache reporting.

Gemini 3 Flash Performance Boost Using Competitive Prompting
Researchers achieved 95% of Claude 4.6 Opus benchmark performance with Gemini 3 Flash at 1/200th the cost and 4x the speed by using competitive prompting techniques that leveraged human-like jealousy as motivation.

Claude Code v2.1.116: Performance improvements, terminal fixes, and security updates
Claude Code v2.1.116 delivers significant performance improvements including up to 67% faster /resume on 40MB+ sessions, smoother terminal scrolling, and faster MCP startup. The release also fixes terminal rendering issues, adds security protections for dangerous path operations, and resolves multiple bugs affecting slash commands and plugin management.