← Back to home
Changelog
Last updated July 2026
Every release of the aicash CLI and network, newest first. Already installed? aicash update brings you to the latest version in one command.
Coming soon
- Codex and VS Code support — the host registry is built for it: each new AI CLI is one adapter away.
0.2.1 — July 2, 2026
- Packaging fix: the 0.2.0 tarball shipped without one internal module, crashing every CLI command. If you installed 0.2.0, run npm i -g aicash@latest once.
- Publish guard: every release is now packed, extracted, and boot-tested automatically before it can reach npm.
0.2.0 — July 2, 2026
aicash now earns in two AI CLIs from the same package and the same account.
- OpenCode support — aicash serves ads inside the OpenCode TUI: one sponsored line below the conversation, with the same per-session caching, anti-fraud, and install ID as Claude Code. Earnings from both CLIs land in one account.
- Host-aware install: aicash install auto-detects every supported AI CLI on your machine and only configures what you actually have — missing CLIs are skipped with a clear message, nothing errors.
- New command palette entry in OpenCode: “aicash: Open sponsored link”.
- aicash uninstall now cleans up every supported CLI in one go.
0.1.10 — June 25, 2026
A polish wave (releases 0.1.3 – 0.1.10) focused on making the CLI self-sufficient:
- aicash doctor — one-command diagnosis of your statusLine, node on PATH, login state, and proxy connectivity.
- aicash status — offline summary of local install state: statusLine, account, installId, last cached ad.
- aicash preview — render a sample ad in your terminal before installing anything.
- aicash update and aicash --version with a newer-version check against npm.
- Windows fix: the statusLine command is now written with quoted forward-slash paths, and re-running aicash install auto-repairs older broken installs.
- Cleaner .env parsing (inline comments no longer leak into values).
0.1.1 — June 23, 2026
First public release on npm.
- One contextual text ad in the Claude Code status line during wait time — built to never crash and never lag: on any error it renders nothing.
- Hosted network by default: npm i -g aicash && aicash install. No API key, no .env, no config to maintain.
- Ads serve anonymously out of the box; aicash login links the machine so every impression accrues to your account.
- 50/50 revenue share with USDC payouts, tracked at app.aicash.fun.
- Anti-fraud from day one: single-use nonces, HMAC-signed pixels, hashed IPs.