Skip to content

Releases: hardes11/llm-token-count

1.0.1 — Plugin id rename

Choose a tag to compare

@hardes11 hardes11 released this 19 Jul 20:20

Plugin id changed from obsidian-llm-token-count to llm-token-count (Obsidian community directory requires id to not contain 'obsidian'). Display name: 'LLM Token Count'. If you had v1.0.0 installed, disable it, delete the old plugin folder, and install this release.

v1.0.0 — Obsidian LLM Token Count

Choose a tag to compare

@hardes11 hardes11 released this 18 Jul 21:10

First release. See README for supported models, install, and usage.

Accurate LLM token counts in the Obsidian status bar — exact for GLM/GPT/Qwen/DeepSeek, labeled approx for Claude/Gemini. The differentiator vs existing token-count plugins is real GLM-5.2 tokenization (not a GPT approximation).

Install: copy main.js, manifest.json, styles.css into .obsidian/plugins/obsidian-llm-token-count/, then enable in Settings -> Community plugins.