claude-token-saver 2.12.0 → 2.13.0
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/README.en.md +3 -0
- package/README.md +3 -0
- package/package.json +7 -2
package/README.en.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
[한국어](./README.md) · **English**
|
|
2
2
|
|
|
3
|
+
[](https://www.youtube.com/@deeppulse)
|
|
4
|
+
[](https://www.npmjs.com/package/claude-token-saver)
|
|
5
|
+
|
|
3
6
|
# claude-token-saver
|
|
4
7
|
|
|
5
8
|
> Renamed from `claude-cache-monitor` in v2.0. Existing users — see [Migration](#migration-from-claude-cache-monitor).
|
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
**한국어** · [English](./README.en.md)
|
|
2
2
|
|
|
3
|
+
[](https://www.youtube.com/@deeppulse)
|
|
4
|
+
[](https://www.npmjs.com/package/claude-token-saver)
|
|
5
|
+
|
|
3
6
|
# claude-token-saver
|
|
4
7
|
|
|
5
8
|
> v2.0에서 `claude-cache-monitor` → `claude-token-saver`로 이름이 바뀌었습니다. 기존 사용자는 아래 [마이그레이션](#마이그레이션-claude-cache-monitor에서) 항목을 참고하세요.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-token-saver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0",
|
|
4
4
|
"description": "Save tokens on Claude Code — spike diagnosis, 1M-context detection, TTL countdown, statusline. (formerly claude-cache-monitor)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -36,5 +36,10 @@
|
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
38
|
"url": "git+https://github.com/rootstudioyaml/claude-token-saver.git"
|
|
39
|
-
}
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://www.youtube.com/@deeppulse",
|
|
41
|
+
"bugs": {
|
|
42
|
+
"url": "https://github.com/rootstudioyaml/claude-token-saver/issues"
|
|
43
|
+
},
|
|
44
|
+
"author": "DeepPulse (https://www.youtube.com/@deeppulse)"
|
|
40
45
|
}
|