
Claude Code 2.1.193 + ByteDance Seed 2.1: Shell Safety Upgrade and a New Coding-Focused Model Pair
Chris Harper
2 min read
Jun 26, 2026 · 12:11 UTC
TL;DR: Claude Code 2.1.193 ships full shell-command classification, bash path autocomplete, and OpenTelemetry response logging. ByteDance Seed 2.1 Pro/Turbo launches as a coding+agent-focused model pair at competitive API pricing.
Claude Code 2.1.193 (June 25) ships three additions relevant to teams building with agents:
autoMode.classifyAllShell: trueroutes every Bash/PowerShell command through the auto-mode classifier, not just commands that pattern-match as arbitrary-code-execution. This closes the most common gap in auto-mode deployments — commands that look benign but could write to unexpected destinations.- Live file-path autocomplete in bash mode (
!) — type a partial path after!and Claude Code completes it. - A new
claude_code.assistant_responseOpenTelemetry log event captures the model's response text, useful for wiring Claude Code sessions into an existing observability pipeline.
Also fixed: pinned background agents were being re-prompted after every auto-update, and auto-mode denial reasons now appear in the transcript, denial toast, and /permissions recent-denials tab.
ByteDance Seed 2.1 (June 24) launches Pro and Turbo variants from the 2026 Volcano Engine FORCE conference. Both target "coding and agent era" workflows — long-chain task execution, complex engineering delivery, and multimodal understanding. Pricing: Turbo at $3/$15 per MTok (input/output); Pro at $6/$30 per MTok. ByteDance also shipped Ark CLI for one-command agent deployment alongside the Seed 2.1 release.
Why it matters: classifyAllShell is a meaningful security hardening for any auto-mode deployment running broad shell work. On the model side, Seed 2.1 Turbo's pricing puts it in the same tier as other cost-optimized coding models — worth evaluating if you're running high-volume agentic pipelines and paying attention to per-token costs.
Sources: Claude Code changelog | ByteDance Seed 2.1 | Pandaily coverage