Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.1] — 2026-09-11

### Changed

- Show the GTM balance separately in `aisa balance`. The account and
key-available totals now reflect the API's combined PAYG and GTM balances.

## [0.6.0] — 2026-09-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aisa-one/cli",
"version": "0.6.0",
"version": "0.6.1",
"description": "CLI for the AIsa unified AI infrastructure platform - one API key for 80+ LLMs and 900+ endpoints across finance, search, social, and video APIs",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = "0.6.0";
export const VERSION = "0.6.1";
/** Root of the platform. Per-surface bases are derived in api.ts#resolveBases. */
export const BASE_URL = "https://api.aisa.one";
export const ENV_VAR_NAME = "AISA_API_KEY";
Expand Down
Loading