claude-code-kr 0.1.17 → 0.1.18

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.
Files changed (2) hide show
  1. package/lib/patcher.js +5 -0
  2. package/package.json +1 -1
package/lib/patcher.js CHANGED
@@ -135,6 +135,11 @@ function apply(cliJs) {
135
135
  ['O.length===0?"Listing":"listing":O.length===0?"Listed":"listed"', 'O.length===0?"목록":"목록":O.length===0?"목록 완료":"목록 완료"'],
136
136
  ['A===1?"directory":"directories"', 'A===1?"폴더":"폴더"'],
137
137
  ['g===1?"directory":"directories"', 'g===1?"폴더":"폴더"'],
138
+ // 도구 요약 메시지 — JSX 코드경로 (2번째)
139
+ ['z6?"Searching for":"searching for":z6?"Searched for":"searched for"', 'z6?"검색":"검색":z6?"검색 완료":"검색 완료"'],
140
+ ['U===1?"pattern":"patterns"', 'U===1?"패턴":"패턴"'],
141
+ ['z6?"Reading":"reading":z6?"Read":"read"', 'z6?"읽는 중":"읽는 중":z6?"읽기 완료":"읽기 완료"'],
142
+ ['z6?"Listing":"listing":z6?"Listed":"listed"', 'z6?"목록":"목록":z6?"목록 완료":"목록 완료"'],
138
143
  // 권한 모드
139
144
  ['title:"Bypass Permissions",shortTitle:"Bypass"', 'title:"권한 무시",shortTitle:"무시"'],
140
145
  ['title:"Accept edits",shortTitle:"Accept"', 'title:"수정 허용",shortTitle:"허용"'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-kr",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {