You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v0.2.0 — account, history, links, dynamic help URL
New commands (7):
balance — GET /api/v3/balance
price — POST /api/v3/model/pricing (preview cost before running)
top-up — opens https://wavespeed.ai/top-up
history — POST /api/v3/predictions (list past runs, last 24h default)
show <id> — GET /api/v3/predictions/<id>/result
delete <id> — POST /api/v3/predictions/delete
open — jump to dashboard / models / docs / … in your browser
Other improvements:
* Page URL printed in `wavespeed run <model> -h` and `wavespeed schema`.
* `wavespeed status` ends with a "Useful links" footer pulled from
src/lib/links.ts (single source of truth).
* README adds wavespeed.ai/cli to the nav links.
* Vitest set up for pure helpers — 20 unit tests across parseInputs,
resolveDownloadOpt/downloadOptsFromFlag, and detectRunHelp. Test
files live alongside source under src/**/*.test.ts and are excluded
from the tsc build. CI's `npm test` now runs the suite.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>