claude-code-kr 0.1.15 → 0.1.17

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 +15 -0
  2. package/package.json +1 -1
package/lib/patcher.js CHANGED
@@ -148,6 +148,21 @@ function apply(cliJs) {
148
148
  // 권한 모드 label (화면에 직접 표시)
149
149
  ['label:"accept edits on"', 'label:"수정 허용 모드"'],
150
150
  ['label:"auto mode on"', 'label:"자동 모드"'],
151
+ // 상태바
152
+ [' · /effort`', ' · /노력`'],
153
+ // 도움말 화면 (shortcuts)
154
+ ['"! for bash mode"', '"! bash 모드"'],
155
+ ['"/ for commands"', '"/ 커맨드"'],
156
+ ['"@ for file paths"', '"@ 파일 경로"'],
157
+ ['"& for background"', '"& 백그라운드"'],
158
+ ['"/btw for side question"', '"/근데 사이드 질문"'],
159
+ ['"double tap esc to clear input"', '"esc 두 번 입력 지우기"'],
160
+ ['" for verbose output"', '" 자세히 보기"'],
161
+ ['" to paste images"', '" 이미지 붙여넣기"'],
162
+ ['" to switch model"', '" 모델 전환"'],
163
+ ['" for newline"', '" 줄바꿈"'],
164
+ ['" to customize"', '" 단축키 설정"'],
165
+ ['"For more help:"', '"도움말:"'],
151
166
  // 중단 메시지
152
167
  ['"Interrupted "', '"중단됨 "'],
153
168
  ['"· 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.15",
3
+ "version": "0.1.17",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {