What's new W13 (March 23–27, 2026)
기준일: 2026-07-26
난이도: 초급
공식 기준: Week 13
버전:v2.1.83–v2.1.85
Auto mode, Desktop computer use, 웹 PR auto-fix, transcript 검색, PowerShell 도구.
이 페이지는 공식 주간 digest의 한국어 corpus입니다. 전체 버그픽스·마이너 변경은 Changelog와 변경 이력 확인법을 사용하세요.
개요
| 항목 | 값 |
|---|---|
| 주 | 2026 Week 13 |
| 기간 | March 23–27, 2026 |
| 릴리스 | v2.1.83–v2.1.85 |
| 공식 digest | https://code.claude.com/docs/en/whats-new/2026-w13 |
핵심 개념
주간 digest는 작업 방식을 바꿀 고신호 기능만 다룹니다. 아래는 공식 feature lede의 한국어 번역이며, 명령·설정 키·버전 번호는 원문과 동일합니다.
상세 — 주요 기능
Auto mode (research preview)
Auto mode는 권한 프롬프트를 분류기에 맡깁니다. 안전한 편집·명령은 방해 없이 실행되고, 파괴적·의심 동작은 차단되어 표시됩니다. 모든 쓰기를 승인하는 것과 --dangerously-skip-permissions 사이의 중간 지점입니다.
시도: Cycle to auto with Shift+Tab, or set it as your default:
{
"permissions": {
"defaultMode": "auto"
}
}
Computer use (Desktop)
Desktop 앱에서 실제 데스크톱을 제어합니다. 네이티브 앱, iOS 시뮬레이터, 하드웨어 패널, 화면 검증이 가능합니다. 기본 off, 액션마다 승인. API 없는 GUI 작업에 적합합니다.
시도: Enable it in Settings, grant the OS permissions, then ask Claude to verify a change end to end:
> Open the iOS simulator, tap through the onboarding flow, and screenshot each step
PR auto-fix (Web)
PR 생성 후 Auto fix를 켜면 Claude가 CI 실패·리뷰 니트를 감시해 수정·푸시합니다.
시도: After creating a PR on Claude Code web, toggle Auto fix in the CI panel.
Transcript search (v2.1.83)
transcript 모드에서 /로 대화를 검색하고 n/N으로 이동합니다.
시도: Open transcript mode and search:
Ctrl+O # open transcript
/migrate # search for "migrate"
n # next match
N # previous match
관련: Fullscreen guide
PowerShell tool (preview)
Windows에서 PowerShell 도구로 셸 작업을 수행합니다(프리뷰).
시도: Opt in from settings:
{
"env": {
"CLAUDE_CODE_USE_POWERSHELL_TOOL": "1"
}
}
Conditional hooks (v2.1.85)
조건에 따라 실행되는 훅 구성.
시도: Scope a hook to git commits only:
{
"hooks": {
"PreToolUse": [{
"hooks": [{
"if": "Bash(git commit *)",
"type": "command",
"command": ".claude/hooks/lint-staged.sh"
}]
}]
}
}
관련: Hooks reference
같은 주 추가 항목 (인덱스)
Auto mode, Desktop computer use, 웹 PR auto-fix, transcript 검색, PowerShell 도구.
원문 인덱스 요약: Auto mode lands in research preview: a classifier handles your permission prompts so safe actions run without interruption and risky ones get blocked. The middle ground between approving everything and --dangerously-skip-permissions. Also this week: computer use in the Desktop app, PR auto-fix on Web, transcript search with /, a native PowerShell tool for Windows, and conditional if hooks.
체크리스트
-
claude --version이 이 주 릴리스 범위와 맞는지 확인했다 - 도입할 기능의 플랜·플랫폼 제약을 공식 링크에서 확인했다
- 세부 버전 노트는 changelog에서 대조했다