claude-code-kr 0.4.4 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -209,7 +209,7 @@
209
209
  "\"Plugins\"": "\"플러그인\"",
210
210
  "\"Press Option+Enter to send a multi-line message\"": "\"Option+Enter로 여러 줄 메시지를 보내세요\"",
211
211
  "\"Press Shift+Enter to send a multi-line message\"": "\"Shift+Enter로 여러 줄 메시지를 보내세요\"",
212
- "\"Proceed?\"": "\"진행할까요?\"",
212
+ "\"Proceed\"": "\"진행\"",
213
213
  "\"Process timed out\"": "\"프로세스 시간 초과\"",
214
214
  "\"Project agents\"": "\"프로젝트 에이전트\"",
215
215
  "\"Project settings\"": "\"프로젝트 설정\"",
@@ -362,7 +362,6 @@
362
362
  "\"↓ stats\"": "\"↓ 통계\"",
363
363
  "Claude Code has switched from npm to native installer. Run `claude install` or see https://docs.anthropic.com/en/docs/claude-code/getting-started for more options.": "Claude Code가 npm에서 네이티브 설치로 전환되었습니다. `claude install`을 실행하거나 https://docs.anthropic.com/en/docs/claude-code/getting-started 을 참고하세요.",
364
364
  "Continue your session in Claude Code Desktop with ${": "Claude Code Desktop에서 세션 이어가기: ${",
365
- "O.has(V1.contentBlock.id)||A6.has(V1.contentBlock.id)": "O?.has(V1.contentBlock.id)||A6?.has(V1.contentBlock.id)",
366
365
  "Use Plan Mode to prepare for a complex request before making changes. Press ${": "복잡한 요청 전 계획 모드로 준비하세요. ${",
367
366
  "Your default model setting is Opus Plan Mode. Press ${": "기본 모델이 Opus 계획 모드입니다. ${",
368
367
  "action:\"accept\"": "action:\"수락\"",
@@ -439,7 +438,6 @@
439
438
  "action:\"write to file\"": "action:\"파일에 저장\"",
440
439
  "description:\"expand history\"": "description:\"기록 펼치기\"",
441
440
  "description:\"expand\"": "description:\"펼치기\"",
442
- "hasActiveTools:xn.size>0": "hasActiveTools:(xn?.size??0)>0",
443
441
  "label:\"Back\"": "label:\"뒤로\"",
444
442
  "label:\"Continue\"": "label:\"계속\"",
445
443
  "label:\"Copy to clipboard\"": "label:\"클립보드에 복사\"",
package/lib/patcher.js CHANGED
@@ -181,7 +181,7 @@ function apply(cliJs, { force = false } = {}) {
181
181
  'clear': '["reset","new"]',
182
182
  'resume': '["continue"]',
183
183
  'teleport': '["tp"]',
184
- 'rewind': '["checkpoint","undo"]',
184
+ 'rewind': '["checkpoint"]',
185
185
  };
186
186
 
187
187
  for (const [cmd, aliases, descKr] of mappings) {
@@ -11,7 +11,7 @@
11
11
  // 주의: fragile은 stable보다 먼저 실행되므로 원본 영어 매칭.
12
12
  // ──────────────────────────────────────────────────────────
13
13
 
14
- const TESTED_CC_VERSION = '2.1.108';
14
+ const TESTED_CC_VERSION = '2.1.107';
15
15
 
16
16
  const patches = [
17
17
  // ──── 도구 표시 (getActivityDescription) ────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-kr",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {