@obedience-corp/tcount 0.3.0 → 0.6.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.
Files changed (1) hide show
  1. package/package.json +13 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obedience-corp/tcount",
3
- "version": "0.3.0",
4
- "description": "Fast, zero-network token counter for LLM workflows (tcount CLI)",
3
+ "version": "0.6.0",
4
+ "description": "Local token counter for LLM workflows: exact OpenAI BPE, Claude and Gemini estimates, context-window usage, zero network (tcount CLI)",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/lancekrogers/tcount.git"
@@ -38,11 +38,20 @@
38
38
  "cli",
39
39
  "llm",
40
40
  "token",
41
+ "tokens",
42
+ "token-count",
43
+ "token-counter",
41
44
  "tokenizer",
42
45
  "tiktoken",
46
+ "bpe",
47
+ "openai",
48
+ "gpt",
43
49
  "claude",
50
+ "anthropic",
51
+ "gemini",
44
52
  "llama",
45
- "count",
46
- "cost-estimate"
53
+ "context-window",
54
+ "offline",
55
+ "local"
47
56
  ]
48
57
  }