v0.34.0
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 annmts_credits_transferMCP 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 balanceopens withAI 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.--jsonand the
nmts_balanceMCP tool carry the same fact asai_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.