Skip to content

v0.34.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 01:45
· 2 commits to main since this release

What changed

  • nmts credits transfer --to <account identifier> <credits> moves credits from this account to
    another account of the same family — the account a person made, and every account made under it.
    Nothing reaches anyone else: a recipient outside the family and an account that does not exist
    are refused in the same words. The free trial's one place a week belongs to the whole family, so
    this is how the credits get to the account that needs them. Both balances come back, --json
    carries them, and there is an nmts_credits_transfer MCP tool. It is a medium act and needs the
    account's human check, like the trial; the credits keep the expiry they already had.

  • nmts balance opens with AI account (not the main account) when the account it is signed in
    to was made under somebody else's for an AI to work in. Such an account has its own NMTS key,
    its own wallet and its own drive, and nothing said which kind you were holding. --json and the
    nmts_balance MCP tool carry the same fact as ai_account; an ordinary account sees nothing.

Install

From the registry:

npm install -g @needmoretruth/nmts-cli@0.34.0

Or straight from this repository, without the registry:

npm install -g github:needmoretruth/nmts-cli#v0.34.0

Or, without a clone, from the tarball attached below:

npm install -g https://github.com/needmoretruth/nmts-cli/releases/latest/download/nmts.tgz

Node 22 or newer. Nothing is compiled by a C compiler and there is no native build
step; the encryption engine is a WebAssembly module carried in the package.