Claude Code 2.1.195

Claude Code 2.1.195는 마우스 입력 제어, 음성 받아쓰기, 플러그인 관리 등 여러 기능의 버그를 수정하고 사용자 경험을 개선했습니다. 특히 훅 매처의 정확도 개선, macOS와 Linux의 음성 입력 안정성 강화, 백그라운드 작업 안정성 개선이 주요 내용입니다.

Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.

🤖 AI 분석 (Claude)

Claude Code 2.1.195는 마우스 입력 제어, 음성 받아쓰기, 플러그인 관리 등 여러 기능의 버그를 수정하고 사용자 경험을 개선했습니다. 특히 훅 매처의 정확도 개선, macOS와 Linux의 음성 입력 안정성 강화, 백그라운드 작업 안정성 개선이 주요 내용입니다.

이번 업데이트는 전체 화면 모드에서의 마우스 제어 옵션 추가부터 언어별 음성 받아쓰기 자동 제출 문제 해결까지 다양한 사용 시나리오를 다루고 있습니다. Remote 세션 시작 개선도 포함되어 있습니다.

왜 중요한가

이 변경들은 음성 입력의 안정성과 정확도를 높이고, 플러그인 및 백그라운드 작업 관리를 더욱 신뢰할 수 있게 만듭니다. 특히 다양한 언어와 환경에서 사용하는 사용자들이 더 일관된 경험을 얻을 수 있습니다.

이전과 다른 점

훅 매처가 부분 일치에서 정확 일치로 변경되어, 유사한 이름의 도구들이 의도하지 않게 일치하는 문제가 없어졌습니다. 음성 받아쓰기는 macOS에서 입력 기기 변경 후의 무음 캡처가, 일부 언어에서 자동 제출이 정상 작동하게 되었습니다.

⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.

핵심 정리 Claude Code 2.1.195 1 `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` 환경변수로 전체 화면 모드의 마우스 클릭·드래그·호버 비활성화 가능 2 하이픈 포함 식별자의 훅 매처가 부분 일치에서 정확 일치로 변경 — 모든 도구 매칭 시 정규표현식 사용 필요 3 macOS 입력 기기 변경 시 음성 받아쓰기가 무음을 캡처하는 문제, 띄어쓰기 없는 언어(일본어, 중국어, 태국어)의 자동 제출 미작동 문제 해결 4 백그라운드 작업 데이터 손실·재시작 화면 공백·제어 소켓 실패 관련 안정성 문제 전반 수정

변경 내용 (원문)

- Added `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll - Fixed hook matchers with hyphenated identifiers (e.g. `code-reviewer`, `mcp__brave-search`) accidentally substring-matching — they now exact-match. Use `mcp__brave-search__.*` to match all tools from a hyphenated MCP server. - Fixed voice dictation on macOS capturing silence in long-running sessions after the default input device changes - Fixed voice dictation auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai) - Fixed external plugins enabled only by project `.claude/settings.json` not requiring explicit install consent on every loader path - Fixed `/plugin` Enable/Disable not working when a plugin's `plugin.json` `name` differs from its marketplace entry name - Fixed background jobs disappearing from `claude agents` or losing data when written by a newer Claude Code version - Fixed reopening a crashed background task showing a blank screen for up to 5 seconds instead of its restart - Fixed background agent daemons running unreachable when the control socket fails to start, blocking restarts - Improved voice mode on Linux: now distinguishes "no microphone" from "SoX not installed" when SoX is present but no audio capture device exists - Improved `claude agents` completed list to fill available vertical space; on short terminals the header compacts so live sessions stay visible - Improved Remote session startup with

출처: Claude Code 변경로그 (원문 보기)

이어서 읽어보세요

읽고 나서도 궁금한 점이 있나요?

Q&A에 질문을 남기면 운영진이 48시간 내에 답변해 드립니다.