Skip to content
This repository was archived by the owner on Jul 30, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ Some catalog entries have explicit boundaries:
Tokscale applies the fixed total-only bucket allocation from ADR 0017.
- `commandcode` is transcript-estimated usage, not authoritative vendor token
accounting.
- `antigravity` uses a local cache refreshed by an explicit sync command.
- `antigravity` reads current AGY CLI SQLite/WAL data directly; the retired
IDE/2.0 private-RPC bridge is intentionally unsupported (ADR 0025).

## Data and pricing semantics

Expand Down
3 changes: 2 additions & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ OpenCode、Claude Code、Codex CLI、Gemini CLI、Amp、Droid、OpenClaw、Pi、

- `grok` 和本地 `warp.sqlite` 只提供没有 bucket 拆分的 token 总数,因此 Tokscale 使用 ADR 0017 定义的固定 bucket 分配。
- `commandcode` 是基于 transcript 的估算用量,不是供应商权威 token 记账。
- `antigravity` 使用显式 sync 命令刷新的本地缓存。
- `antigravity` 直接读取当前 AGY CLI 的 SQLite/WAL 数据;已退役的 IDE/2.0
私有 RPC bridge 不受支持(ADR 0025)。

## 数据和定价语义

Expand Down
1 change: 0 additions & 1 deletion crates/tokscale-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ image = "0.25"
imageproc = "0.25"
ab_glyph = "0.2"
hostname = "0.4"
uuid = { version = "1.0", features = ["v4"] }
rpassword = "7.0"
sha2 = "0.10"
csv = "1.3"
Expand Down
Loading
Loading