claude-code-kr 0.1.15 → 0.1.16
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.
- package/lib/patcher.js +2 -0
- package/package.json +1 -1
package/lib/patcher.js
CHANGED
|
@@ -148,6 +148,8 @@ function apply(cliJs) {
|
|
|
148
148
|
// 권한 모드 label (화면에 직접 표시)
|
|
149
149
|
['label:"accept edits on"', 'label:"수정 허용 모드"'],
|
|
150
150
|
['label:"auto mode on"', 'label:"자동 모드"'],
|
|
151
|
+
// 상태바
|
|
152
|
+
[' · /effort`', ' · /노력`'],
|
|
151
153
|
// 중단 메시지
|
|
152
154
|
['"Interrupted "', '"중단됨 "'],
|
|
153
155
|
['"· What should Claude do instead?"', '"· 대신 무엇을 할까요?"'],
|