tachograph 0.6.0 → 0.6.2
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.md +10 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,23 +1,29 @@
|
|
|
1
1
|
# tachograph
|
|
2
2
|
|
|
3
3
|
A compact instrument cluster for your coding agents (**Claude Code** / **Codex**) —
|
|
4
|
-
model, rate-limit
|
|
4
|
+
model, rate-limit headroom (what's left of the 5-hour / weekly windows), and
|
|
5
|
+
context window, at a glance.
|
|
5
6
|
|
|
6
7
|
```sh
|
|
7
8
|
npm install -g tachograph
|
|
8
9
|
tacho # one-shot compact status
|
|
9
|
-
tacho setup claude #
|
|
10
|
+
tacho setup claude # print the Claude Code statusLine config (--write installs it)
|
|
10
11
|
```
|
|
11
12
|
|
|
12
13
|
`npm install` downloads the prebuilt `tacho` binary for your platform from the
|
|
13
|
-
matching [GitHub release](https://github.com/kosako/tachograph/releases)
|
|
14
|
+
matching [GitHub release](https://github.com/kosako/tachograph/releases)
|
|
15
|
+
(macOS / Linux / Windows, x64 or arm64) and verifies it against the release's
|
|
16
|
+
`checksums.txt`. The download runs in the package's postinstall script
|
|
17
|
+
(Node.js 18+), so installing with `--ignore-scripts` leaves no binary. If no
|
|
14
18
|
prebuilt binary fits your platform, install from source instead:
|
|
15
19
|
|
|
16
20
|
```sh
|
|
17
21
|
go install github.com/kosako/tachograph/cmd/tacho@latest
|
|
18
22
|
```
|
|
19
23
|
|
|
20
|
-
Full documentation:
|
|
24
|
+
Full documentation:
|
|
25
|
+
[English](https://github.com/kosako/tachograph/blob/main/README.en.md) /
|
|
26
|
+
[日本語](https://github.com/kosako/tachograph#readme).
|
|
21
27
|
|
|
22
28
|
## License
|
|
23
29
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tachograph",
|
|
3
|
-
"version": "0.6.
|
|
4
|
-
"description": "A compact instrument cluster for your coding agents (Claude Code / Codex). Shows model, rate-limit
|
|
3
|
+
"version": "0.6.2",
|
|
4
|
+
"description": "A compact instrument cluster for your coding agents (Claude Code / Codex). Shows model, rate-limit headroom, and context at a glance.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"claude-code",
|
|
7
7
|
"codex",
|