What's new W14 (March 30 – April 3, 2026)
기준일: 2026-07-26
난이도: 초급
공식 기준: Week 14
버전:v2.1.86–v2.1.91
CLI computer use(research preview), /powerup 레슨, flicker-free 렌더링, MCP 결과 크기 오버라이드 등.
이 페이지는 공식 주간 digest의 한국어 corpus입니다. 전체 버그픽스·마이너 변경은 Changelog와 변경 이력 확인법을 사용하세요.
개요
| 항목 | 값 |
|---|---|
| 주 | 2026 Week 14 |
| 기간 | March 30 – April 3, 2026 |
| 릴리스 | v2.1.86–v2.1.91 |
| 공식 digest | https://code.claude.com/docs/en/whats-new/2026-w14 |
핵심 개념
주간 digest는 작업 방식을 바꿀 고신호 기능만 다룹니다. 아래는 공식 feature lede의 한국어 번역이며, 명령·설정 키·버전 번호는 원문과 동일합니다.
상세 — 주요 기능
Computer use in the CLI (research preview)
CLI research preview: 터미널에서 네이티브 앱 조작·UI 클릭·화면 검증(GUI 검증 루프 마감용).
시도: Requires macOS and a Pro or Max plan; otherwise, computer-use won't appear in /mcp . Run /mcp , find computer-use , and toggle it on. Then ask Claude to verify a change end to end:
> Open the iOS simulator, tap through onboarding, and screenshot each step
/powerup (v2.1.90)
/powerup 인터랙티브 레슨으로 기능을 배웁니다.
시도: Run it:
> /powerup
Flicker-free rendering (v2.1.89)
alt-screen 등 깜빡임 없는 터미널 렌더링.
시도: Set the env var and restart Claude Code:
export CLAUDE_CODE_NO_FLICKER=1
claude
MCP result-size override (v2.1.91)
MCP 결과 크기 한도 오버라이드.
시도: Annotate the tool in your server's tools/list response:
{
"name": "get_schema",
"description": "Returns the full database schema",
"_meta": {
"anthropic/maxResultSizeChars": 500000
}
}
관련: MCP reference
Plugin executables on PATH (v2.1.91)
플러그인 실행 파일이 PATH에 노출.
시도: Add a bin/ directory at the plugin root:
my-plugin/
├── .claude-plugin/
│ └── plugin.json
└── bin/
└── my-tool
같은 주 추가 항목 (인덱스)
CLI computer use(research preview), /powerup 레슨, flicker-free 렌더링, MCP 결과 크기 오버라이드 등.
원문 인덱스 요약: Computer use comes to the CLI in research preview: Claude can open native apps, click through UI, and verify changes from your terminal. Best for closing the loop on things only a GUI can verify. Also this week: /powerup interactive lessons, flicker-free alt-screen rendering, a per-tool MCP result-size override up to 500K, and plugin executables on the Bash tool's PATH.
체크리스트
-
claude --version이 이 주 릴리스 범위와 맞는지 확인했다 - 도입할 기능의 플랜·플랫폼 제약을 공식 링크에서 확인했다
- 세부 버전 노트는 changelog에서 대조했다