Claude Code v2.1.157: Auto-Load Plugins from .claude/skills, Improved Agents & Worktrees

Claude Code v2.1.157 ships automatic plugin loading from .claude/skills directories, a new scaffolding command, and substantial improvements to claude agents, worktree management, and terminal stability. Here's what's changed.
Plugin System Upgrades
- Auto-loading: Plugins placed in
.claude/skillsare now loaded automatically — no marketplace required. - Scaffolding: Run
claude plugin init <name>to generate a new plugin skeleton in.claude/skills. - Autocomplete: Tab-completion for
/pluginarguments now covers subcommands, installed plugin names, and plugins from known marketplaces.
Agents & Worktrees
- The
agentfield insettings.jsonis now honored for dispatched sessions. Use--agent <name>to override. EnterWorktreecan switch between Claude-managed worktrees mid-session.- Claude-managed worktrees are left unlocked after the agent finishes, enabling
git worktree remove / prunecleanup. claude agentsslash-command autocomplete now matches substrings in the dispatch input.
Fixed Issues (20+)
- Images: Zero-byte or corrupt images attached via paste, MCP, or dialog no longer crash the request — they become a text placeholder.
- Sandbox: Network permission prompts no longer appear in auto/bypass-permissions mode on desktop, IDE extensions, or SDK.
- Agents: Fixed completed sessions not retiring when an idle subagent was parked or had leaked a backgrounded shell. Pressing Esc now correctly cancels a slow "opening…" list.
- Worktrees: Background agent worktrees under
.claude/worktrees/are no longer orphaned after the 30-day job retention sweep. - Sleep/Wake: Re-attached sessions now correctly report the current date.
- Clipboard: Copy-on-select in
claude agentsnow works inside tmux withset-clipboard on(regression in 2.1.153). - Resume:
--resumenow reports background subagents that were running when the previous process exited. The session picker no longer leaves contents on the terminal after exiting fullscreen mode. - Worktree paths:
--worktreeand--worktree --tmuxnow return to the current linked worktree instead of the canonical repo root. - /model picker: Fixed incorrect "Newer version available" hint when the selected model is the newest in its family; pinned-model row shows description instead of raw ID.
- Fullscreen UI: Fixed literal markdown markers appearing in in-progress messages, terminal freezing after security dialog approval, duplicate lines in scrollback after redraws.
- Right-click paste: No longer duplicates clipboard in VS Code, Cursor, and Windsurf integrated terminals.
- WSL: Fixed image paste (
alt+vkeybinding), screenshot paste on Windows 11, and drag-and-drop from Windows Explorer. - IDE: Clicking Stop now correctly stops a running background subagent. Fast mode indicator now appears on Opus 4.8 in VS Code.
Other Changes
- Performance: Eliminated redundant message-rendering recomputations for long and resumed conversations.
- /terminal-setup now disables GPU acceleration in VS Code/Cursor/Windsurf integrated terminals to prevent garbled text.
- Telemetry:
tool_decisionevents now includetool_parameters(bash commands, MCP/skill names) whenOTEL_LOG_TOOL_DETAILS=1. - Feature of the Week credit-claim status now appears as a notification in the status area instead of a line above the prompt.
- Removed: The "bash commands will be sandboxed" startup banner and "/ide for …" startup hint toast.
- Workflow trigger: Pressing backspace right after a trigger keyword now dismisses the request (like
alt+w) instead of deleting a character. Added a "Workflow keyword trigger" setting in/configto prevent the word "workflow" from triggering a dynamic workflow.
📖 Read the full source: GitHub Claude-Code
👀 See Also

NVIDIA Vera CPU Launched for Agentic AI Workloads
NVIDIA has launched the Vera CPU, a processor designed specifically for agentic AI and reinforcement learning workloads, claiming 50% faster performance and twice the efficiency compared to traditional rack-scale CPUs.

OpenClaw 2026.3.11 release adds local-first Ollama setup, unified OpenCode keys, and multimodal memory
OpenClaw 2026.3.11 introduces first-class Ollama setup with local-only or hybrid modes, unified OpenCode key management for Zen and Go models, and multimodal image/audio indexing using Gemini embeddings.

OpenClaw 2026.3.24: Bridge Config Removed, Heartbeat Token Savings, Loop Detection
OpenClaw 2026.3.24 removes the deprecated bridge configuration section from openclaw.json, adds isolatedSession: true to heartbeat config to reduce token costs from ~100K to 2-5K per run, and introduces new features including imageGenerationModel, tools.loopDetection, channels.modelByChannel, built-in model aliases, and pdfModel.

GitHub Claude-Code v2.1.27 Release: Key Updates and Fixes
Claude-Code v2.1.27 enhances logging and fixes several issues, including context management and OAuth token expiration in VSCode.