claude-code-kr 0.1.31 → 0.1.32

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 +11 -3
  2. package/package.json +1 -1
package/lib/patcher.js CHANGED
@@ -165,17 +165,25 @@ function apply(cliJs) {
165
165
  ['"(",X," to ",z,")"', '"(",X,"으로 ",z,")"'],
166
166
  ['X," to ",z)', 'X," ",z)'],
167
167
  ['action:"expand"', 'action:"펼쳐보기"'],
168
+ // 트랜스크립트 모드 footer
169
+ ['"Showing detailed transcript · "', '"상세 기록 표시 중 · "'],
170
+ ['" to toggle"', '"으로 전환"'],
171
+ ['"collapse":"show all"', '"접기":"모두 보기"'],
172
+ ['" · n/N to navigate"', '" · n/N 탐색"'],
173
+ ['scroll · home/end top/bottom', '스크롤 · home/end 처음/끝'],
168
174
  // 상태바 — tokens, thinking
169
175
  [' · /effort`', ' · /노력`'],
170
- ['`${Z6} tokens`:`${s6.arrowDown} ${Z6} tokens`', '`${Z6} 토큰`:`${s6.arrowDown} ${Z6} 토큰`'],
171
- ['UK(H)+" tokens"', 'UK(H)+" 토큰"'],
176
+ ['" tokens"', '" 토큰"'],
172
177
  ['`thinking${G}`:typeof f==="number"?`thought for ${Math.max(1,Math.round(f/1000))}s`', '`생각중${G}`:typeof f==="number"?`${Math.max(1,Math.round(f/1000))}초간 생각함`'],
173
178
  // 턴 완료 메시지 — "Crunched for 2분 27초" → "2분 27초에 걸쳐 처리 완료"
174
179
  ['`${A} for ${X}`', '`${X}에 걸쳐 ${A}`'],
175
180
  ['"Baked","Brewed","Churned","Cogitated","Cooked","Crunched","Sautéed","Worked"', '"처리 완료","처리 완료","처리 완료","처리 완료","처리 완료","처리 완료","처리 완료","처리 완료"'],
176
- // formatDuration — 시간 표시 한글화
181
+ // formatDuration — 시간 표시 한글화 (전체 형식)
177
182
  ['return`${_}d ${z}h`;return`${_}d ${z}h ${Y}m`}if(z>0){if(O&&Y===0&&A===0)return`${z}h`;if(O&&A===0)return`${z}h ${Y}m`;return`${z}h ${Y}m ${A}s`}if(Y>0){if(O&&A===0)return`${Y}m`;return`${Y}m ${A}s`}return`${A}s`',
178
183
  'return`${_}일 ${z}시간`;return`${_}일 ${z}시간 ${Y}분`}if(z>0){if(O&&Y===0&&A===0)return`${z}시간`;if(O&&A===0)return`${z}시간 ${Y}분`;return`${z}시간 ${Y}분 ${A}초`}if(Y>0){if(O&&A===0)return`${Y}분`;return`${Y}분 ${A}초`}return`${A}초`'],
184
+ // formatDuration — mostSignificantOnly (상태줄 간략 표시)
185
+ ['return`${_}d`;if(z>0)return`${z}h`;if(Y>0)return`${Y}m`;return`${A}s`',
186
+ 'return`${_}일`;if(z>0)return`${z}시간`;if(Y>0)return`${Y}분`;return`${A}초`'],
179
187
  // 도움말 화면 (shortcuts)
180
188
  ['"! for bash mode"', '"! bash 모드"'],
181
189
  ['"/ for commands"', '"/ 커맨드"'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-code-kr",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Claude Code 한글 패치 CLI — /btw → /근데, /help → /도움, /compact → /압축",
5
5
  "main": "./index.js",
6
6
  "bin": {