kcachat 0.1.40 → 0.1.45

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/README.md +9 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -29,6 +29,15 @@ npx kcachat@latest "C:\경로\KakaoTalk_Chat_....csv"
29
29
  - 확인: `npx kcachat@latest --version`
30
30
  - 오프라인·고정: `--bundled` 또는 `KCA_BUNDLED=1`
31
31
 
32
+ ## 환경 변수 (본체와 동일)
33
+
34
+ | 변수 | 설명 |
35
+ |------|------|
36
+ | `KCA_PRESET` | `speed` · `balanced` · `quality` · `custom` |
37
+ | `KCA_SEMANTIC_MODEL` | 임베딩 HF/Xenova id |
38
+ | `KCA_LLM` | `1`이면 LLM 서사(custom/quality) |
39
+ | `KCA_NO_SEMANTIC` | `1`이면 시맨틱 끔 |
40
+
32
41
  ## provenance
33
42
 
34
43
  `kcachat`로 만든 리포트에는 생성 도구에 `kcachat … → kca …`가 기록됩니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcachat",
3
- "version": "0.1.40",
3
+ "version": "0.1.45",
4
4
  "description": "짧은 npx 이름으로 kakaotalk-chat-analyzer(kca) CLI를 실행합니다.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "LICENSE"
13
13
  ],
14
14
  "dependencies": {
15
- "kakaotalk-chat-analyzer": "^0.16.4"
15
+ "kakaotalk-chat-analyzer": "^0.18.2"
16
16
  },
17
17
  "keywords": [
18
18
  "kakaotalk",