claude-code-kr 0.1.16 → 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 +18 -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:"허용"'],
@@ -150,6 +155,19 @@ function apply(cliJs) {
150
155
  ['label:"auto mode on"', 'label:"자동 모드"'],
151
156
  // 상태바
152
157
  [' · /effort`', ' · /노력`'],
158
+ // 도움말 화면 (shortcuts)
159
+ ['"! for bash mode"', '"! bash 모드"'],
160
+ ['"/ for commands"', '"/ 커맨드"'],
161
+ ['"@ for file paths"', '"@ 파일 경로"'],
162
+ ['"& for background"', '"& 백그라운드"'],
163
+ ['"/btw for side question"', '"/근데 사이드 질문"'],
164
+ ['"double tap esc to clear input"', '"esc 두 번 입력 지우기"'],
165
+ ['" for verbose output"', '" 자세히 보기"'],
166
+ ['" to paste images"', '" 이미지 붙여넣기"'],
167
+ ['" to switch model"', '" 모델 전환"'],
168
+ ['" for newline"', '" 줄바꿈"'],
169
+ ['" to customize"', '" 단축키 설정"'],
170
+ ['"For more help:"', '"도움말:"'],
153
171
  // 중단 메시지
154
172
  ['"Interrupted "', '"중단됨 "'],
155
173
  ['"· What should Claude do instead?"', '"· 대신 무엇을 할까요?"'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-kr",
3
- "version": "0.1.16",
3
+ "version": "0.1.18",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {