Issue #21
4 min read

Mythos cleared for US release

/rewind now recovers context across /clear, and bash mode adds automatic Claude responses to command output plus live file path completion. Meanwhile, Wired covers Mythos's release to vetted US organizations, while the Wall Street Journal reports Anthropic's distillation claims against Alibaba and China's narrowing cybersecurity gap.

Trump Administration Allows Anthropic to Release Mythos to Select US Organizations Wired

Highlight

Rewind Now Works Across /clear

You can now use /rewind to step back into a conversation from before you ran /clear, recovering context you previously had to give up to free the window. If you regularly clear mid-session to refocus Claude, this removes the cost of doing so prematurely.


Worth Knowing

Bash Mode Now Prompts Claude on Output

Running a ! bash command now automatically asks Claude to respond to the output instead of just adding it to context. Set "respondToBashCommands": false in settings.json if you preferred the old behavior of using ! purely to feed context.

File Path Autocomplete Comes to Bash Mode

Bash mode now offers live file path completion as you type, matching the behavior you already get in the main prompt. Useful if you frequently chain !ls, !cat, or !grep against paths you don't want to retype.

Authenticate MCP Servers From the CLI

You can now run claude mcp login <name> and claude mcp logout <name> without entering the interactive /mcp menu, and --no-browser redirects the flow through stdin for completing OAuth over SSH. Helpful if you manage MCP servers on remote machines or in scripts.

Background Subagents Now Ask Before Acting

Background subagents no longer auto-deny tool requests that need permission. The prompt now surfaces in your main session showing which agent is asking, and pressing Esc denies only that single tool call rather than killing the agent.

Sandbox Can Block Credential Reads; Model Restrictions Surface in the Picker

A new sandbox.credentials setting blocks sandboxed commands from reading credential files and secret environment variables. Separately, org-configured model restrictions now appear directly in the model picker, --model, /model, and ANTHROPIC_MODEL, with a clear message when you select a restricted model.


Under the Hood

37% Less CPU During Streaming, Lower Long-Session Memory

Streaming responses now coalesce text updates to 100ms, cutting CPU by roughly 37%, and the terminal output cache no longer drives long-session memory growth.

Hook Matchers, Background Agents, and VS Code Resume Stabilized

Hyphenated hook matchers like code-reviewer and mcp__brave-search now exact-match instead of substring-matching, comma-separated matchers like "Bash,PowerShell" actually fire, stopped background agents stay stopped, and the VS Code extension no longer hangs when resuming a large session.


From Anthropic


In the News

If you've been using /clear defensively to stretch context, the new rewind behavior is worth trying first.