alpha
Login
or
Join now
xeiaso.net
/
ircd.rs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Proof of concept mechanical port of ircnet/ircd to Rust as part of a bit about C being insecure for network services
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ircd.rs
/
scripts
4 files
at
a1a67b985b88b931c77d3d4ef0a34dab3f87f986
Xe Iaso
feat(scripts): add per-model token usage and cost reporter
3w ago
a1a67b98
copychatlogs.sh
feat(scripts): add per-model token usage and cost reporter Sums Claude Code token usage across .claude/sessions/**/*.jsonl and emits a per-model JSON report to stdout: cached/uncached/total input, output, and total tokens, plus USD costs at current API list prices. Cache writes are priced at their TTL premium (2x for 1h, 1.25x for 5m) using the usage.cache_creation breakdown; cache reads at 0.1x input rate. Sonnet 5 uses its introductory price through 2026-08-31. The <synthetic> pseudo-model is skipped and unknown models report null costs with a stderr warning instead of guessing. Assisted-by: Claude Fable 5 via Claude Code Signed-off-by: Xe Iaso <me@xeiaso.net>
3 weeks ago
deploy-docs.sh
style(scripts): normalize deploy-docs.sh indentation to tabs Reindent with tabs and drop the spaces inside the subshell parens. Formatting only; no behavior change. Assisted-by: Claude Opus 4.8 via Claude Code Signed-off-by: Xe Iaso <me@xeiaso.net>
4 weeks ago
generate-release-assets.sh
chore(scripts/release): emit per-target tarballs alongside deb/rpm Each triple now also gets leveva-<ver>-<triple>.tar.gz carrying the same payload as the package asset tables in leveva/Cargo.toml (binary, systemd unit, default config + MOTD, example config, license), for platforms without dpkg/rpm. Collected into var/dist/ with the packages. Assisted-by: Claude Fable 5 via Claude Code Signed-off-by: Xe Iaso <me@xeiaso.net>
3 weeks ago
token-usage.js
feat(scripts): add per-model token usage and cost reporter Sums Claude Code token usage across .claude/sessions/**/*.jsonl and emits a per-model JSON report to stdout: cached/uncached/total input, output, and total tokens, plus USD costs at current API list prices. Cache writes are priced at their TTL premium (2x for 1h, 1.25x for 5m) using the usage.cache_creation breakdown; cache reads at 0.1x input rate. Sonnet 5 uses its introductory price through 2026-08-31. The <synthetic> pseudo-model is skipped and unknown models report null costs with a stderr warning instead of guessing. Assisted-by: Claude Fable 5 via Claude Code Signed-off-by: Xe Iaso <me@xeiaso.net>
3 weeks ago