claude-code-kr 0.1.16 → 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 +13 -0
  2. package/package.json +1 -1
package/lib/patcher.js CHANGED
@@ -150,6 +150,19 @@ function apply(cliJs) {
150
150
  ['label:"auto mode on"', 'label:"자동 모드"'],
151
151
  // 상태바
152
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:"', '"도움말:"'],
153
166
  // 중단 메시지
154
167
  ['"Interrupted "', '"중단됨 "'],
155
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.16",
3
+ "version": "0.1.17",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {