Claude Code v2.1.59 adds auto-memory, copy command, and shell improvements

✍️ OpenClawRadar📅 Published: February 26, 2026🔗 Source
Claude Code v2.1.59 adds auto-memory, copy command, and shell improvements
Ad

What's new in Claude Code v2.1.59

Anthropics released Claude Code v2.1.59 on February 26, bringing several practical improvements to the AI coding assistant. This release focuses on memory management, code interaction, and shell command handling.

Ad

Key features and fixes

  • Auto-memory management: Claude now automatically saves useful context to auto-memory. You can manage this with the /memory command.
  • Interactive copy command: Added /copy command that shows an interactive picker when code blocks are present, allowing selection of individual code blocks or the full response.
  • Improved bash command handling: Enhanced "always allow" prefix suggestions for compound bash commands (e.g., cd /tmp && git fetch && git push) to compute smarter per-subcommand prefixes instead of treating the whole command as one.
  • Task list ordering: Improved ordering of short task lists.
  • Memory optimization: Reduced memory usage in multi-agent sessions by releasing completed subagent task state.
  • Bug fixes: Fixed MCP OAuth token refresh race condition when running multiple Claude Code instances simultaneously. Fixed shell commands not showing clear error messages when the working directory has been deleted.

This release addresses specific workflow issues developers encounter when using Claude Code for shell operations and code manipulation. The auto-memory feature should help maintain context across longer sessions, while the improved bash command handling makes compound operations more reliable.

📖 Read the full source: GitHub Claude-Code

Ad

👀 See Also

Claude Code Skill Delegates Coding to Mistral/DeepSeek: 57M Tokens Saved, 90-100% Cost Reduction
Tools

Claude Code Skill Delegates Coding to Mistral/DeepSeek: 57M Tokens Saved, 90-100% Cost Reduction

A Claude Code skill called vibe-skill delegates low-level coding to cheap models like Mistral or DeepSeek while keeping Claude's planning. After 254 runs over 10 days, it saved 57M tokens and achieved 90-100% cost savings with 98% success rate.

OpenClawRadar
civStation: Open-Source VLM Harness for Natural Language Control of Civilization VI
Tools

civStation: Open-Source VLM Harness for Natural Language Control of Civilization VI

civStation is an open-source computer-use stack that enables voice and natural language control of Civilization VI, translating high-level strategy commands into UI actions through a VLM-based observation and execution loop.

OpenClawRadar
Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation
Tools

Launch Engine MCP Server Provides 39-Tool Pipeline for Business Validation

Launch Engine is an MCP server that gives Claude a structured pipeline with 39 interconnected SOP tools organized into 5 layers for taking business ideas from concept to validated revenue. The system includes specialized subagents, prerequisite enforcement, and tools for batch evaluation and rapid testing.

OpenClawRadar
Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills
Tools

Skill Bill: A Markdown-Based Governance Framework for AI Coding Skills

A developer built Skill Bill, a framework of 44 Markdown-based AI skills for Kotlin, Android/KMP, PHP, and Go that addresses prompt management problems like naming drift and duplicated logic. It includes orchestrator skills like 'feature-implement' that chain 10-12 skill invocations and syncs to Claude Code, Copilot, GLM, and Codex.

OpenClawRadar