Patch release. Fixes one cosmetic issue in the `authai-cloud` CLI's success page.
Fixed
- The CLI's local listener returns an HTML page ("You can close this tab. Return to your terminal — the CLI has your key.") after receiving the API key from the webapp. The response was missing a charset declaration, so browsers fell back to Latin-1 and rendered the em-dash as `â€"`. Now declares `Content-Type: text/html; charset=utf-8` and ships a `<meta charset="utf-8">` tag.
What you need to do
Nothing — `npx authai-cloud@latest init` picks up the new version automatically. If you have an older version cached, run `npx authai-cloud@0.1.1 init` once to refresh.
Affected package
Only `authai-cloud@0.1.1`. The five `@authai-io/*` SDK packages remain at `0.1.0`.
See CHANGELOG.md.