Claude Code 2.1.199

Claude Code 2.1.199는 다중 슬래시 스킬 호출, SSL 인증서 오류 처리, 스트리밍 응답 손실, 서브에이전트 오류 보고 등 여러 기능과 안정성 문제를 개선했다.

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

🤖 AI 분석 (Claude)

Claude Code 2.1.199는 다중 슬래시 스킬 호출, SSL 인증서 오류 처리, 스트리밍 응답 손실, 서브에이전트 오류 보고 등 여러 기능과 안정성 문제를 개선했다.

Linux 백그라운드 에이전트의 자동 종료 버그, SSH 원격 세션 시작 실패, 메모리 부족 환경에서의 불명확한 오류 메시지 등 시스템 운영 문제들을 수정했다.

왜 중요한가

Claude Code의 안정성과 오류 처리가 크게 향상되어 사용자는 더 명확한 오류 메시지와 함께 작업 결과의 손실 없이 안정적으로 코드 작업을 진행할 수 있다. 특히 네트워크 문제나 서버 과부하 상황에서도 부분 결과가 보존되고, 백그라운드 작업이 예기치 않게 종료되지 않아 신뢰성이 높아진다.

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

핵심 정리 Claude Code 2.1.199 1 다중 슬래시 스킬 호출이 첫 번째만 로드하던 것에서 최대 5개까지 모두 로드하도록 개선 2 SSL 인증서 오류가 재시도를 소모하기 전에 즉시 실패하고 해결 방법을 제시하도록 수정 3 API 오류 중 스트리밍 응답의 부분 출력을 이제 보존하고 불완전 응답 안내 추가 4 Linux에서 백그라운드 에이전트가 ~50초마다 자동으로 종료되던 심각한 버그 제거

변경 내용 (원문)

- Stacked slash-skill invocations like `/skill-a /skill-b do XYZ` now load all leading skills (up to 5), not just the first - Fixed SSL certificate errors (TLS-inspecting proxies, missing `NODE_EXTRA_CA_CERTS`, expired certs) burning retries before showing actionable guidance — they now fail immediately with the fix hint - Fixed streaming responses being discarded when the API emits a mid-stream overloaded/server error after partial output — the partial is now kept with an incomplete-response notice - Fixed subagents cut off by a rate limit or server error silently failing instead of returning their partial work to the parent - Fixed subagents reporting API errors (e.g. usage limit reached) as successful results — the error is now reported to the parent agent - Fixed the background-agent daemon on Linux killing itself and every running agent every ~50 seconds after an unclean shutdown left a corrupted worker record - Fixed background agents failing to cold-start over SSH on macOS with "Could not switch to audit session" (regression in 2.1.196) - Fixed `claude stop` being silently undone when it raced a background-agent respawn — the respawn now honors the stop - Fixed background job progress indicators stalling for minutes while the job ran long commands - Fixed background sessions on memory-starved machines showing a generic error — they now indicate low memory and suggest freeing resources - Fixed remote sessions briefly flapping between Working and Idle in the agent view w

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

이어서 읽어보세요

커뮤니티에서 더 깊이 이야기 나눠요

질문하고 팁을 나누거나, 직접 주제 게시판을 만들어 운영해보세요.