Claude Code Adds Auto Mode for Permission Decisions

Claude Code has introduced an auto mode that changes how permissions are handled during coding sessions. Instead of requiring users to approve every file write and bash command individually, or skipping permissions entirely with the --dangerously-skip-permissions flag, auto mode allows Claude to make permission decisions autonomously.
How Auto Mode Works
Before each tool call executes, a classifier reviews the action for potentially destructive behavior. Safe actions proceed automatically without user intervention. Risky actions get blocked, and Claude then takes a different approach to accomplish the task.
The source notes that while this reduces risk, it doesn't eliminate it completely. The recommendation is to use auto mode in isolated environments for additional safety.
Availability
Auto mode is currently available as a research preview on the Team plan. Enterprise and API access are rolling out in the coming days.
📖 Read the full source: r/ClaudeAI
👀 See Also

Custom llama.cpp Backend Offloads LLM Matrix Multiplication to AMD XDNA2 NPU on Ryzen AI MAX 385
A developer built a custom llama.cpp backend that dispatches GEMM operations directly to the AMD XDNA2 NPU on Ryzen AI MAX 385 (Strix Halo), achieving 43.7 t/s decode at 0.947 J/tok with Meta-Llama-3.1-8B-Instruct Q4_K_M. The NPU decode path saves ~10W versus Vulkan-only while matching decode throughput.

Open-source trust scoring hook for Claude Code monitors sessions, blocks protected paths
A developer built a Python hook that scores every Claude Code session on reliability, scope, and cost dimensions, blocks access to protected paths like .env files, and hash-chains events for tamper detection. The single-file tool is available on GitHub.

agent-recall: Local SQLite MCP for Persistent Claude Code Memory
agent-recall is an MCP server that gives Claude Code persistent memory across sessions using a local SQLite file. It provides 9 MCP tools for saving entities, relationships, and observations, with LLM-summarized briefings at session start instead of raw data dumps.

OpenAlly: Local AI Assistant for Android with Phone Control
OpenAlly is an Android app that runs an AI assistant locally on your phone via an embedded Node.js process, with 51 built-in skills and phone control capabilities through Aster companion. It connects to 19+ messaging platforms and supports 18 model providers with your own API keys.