Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 May 12:12
· 37 commits to main since this release
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>