docs: Claude Code v2.1.241 - /auto-mode-setup command + Week 33/34 feature digests - #1205
Merged
Merged
Conversation
…ature digests Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: The headline addition is
/auto-mode-setup, a new command that draftsautoMode.environmententries automatically by scanning your project files, recent session history, and optionally your shell history and local repos — then writes the result to~/.claude/settings.json. This matters because misconfigured auto mode is the #1 cause of false-positive blocks, and fillingautoMode.environmentby hand is tedious. The command solves that cold-start friction. Separately, the Week 33 and 34 "What's New" digests went live, surfacing several features that shipped in prior releases but hadn't been prominently documented: fork mode now on by default, device cards for remote control, the/designresearch preview, Concise output style,ANTHROPIC_DEFAULT_MODEL, and auto-continue after usage limits on Desktop.HIGHLIGHTS:
/auto-mode-setup(new command): DraftsautoMode.environmententries from project files, git remotes, and session command history. Requires Pro/Max/Team, v2.1.228+. Claude Code also proactively offers to run it after repeated classifier blocks. Can be suppressed viaskillOverrides: { "auto-mode-setup": "off" }. (auto-mode-config.md)/designresearch preview for UI artboard workflow in CLI + Desktop; Concise output style leads with result and skips preamble; device cards show remote-control machines in the Code tab on mobile;ANTHROPIC_DEFAULT_MODELsets the default model for new sessions.--worktreeandclaude agents;@mention syntax to reference another session by name; auto-continue after usage limit resets on Desktop.how-claude-code-works.mdand pointed to a new/docs/en/best-practicespage — content still exists, just consolidated.vs-code.mdnow links to worktrees;sessions.md"See also" gets a context sentence.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning