@notis_ai/cli 0.2.0-beta.130.1 → 0.2.0-beta.132.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@notis_ai/cli",
3
- "version": "0.2.0-beta.130.1",
3
+ "version": "0.2.0-beta.132.1",
4
4
  "description": "Agent-first Notis CLI for apps and generic tool execution",
5
5
  "type": "module",
6
6
  "bin": {
@@ -29,7 +29,7 @@ Use the registry-resolved published npm package everywhere:
29
29
 
30
30
  - `npx --package @notis_ai/cli@latest -- notis ...`
31
31
 
32
- Always use this NPX command form so the agent runs the current published CLI. In hosted shells, the CLI is pre-authenticated through `NOTIS_JWT`. On a local machine the CLI authorizes itself in the browser with `notis login` nothing else signs it in, and the Notis desktop app is not involved.
32
+ Always use this NPX command form so the agent runs the current published CLI. In hosted shells, the CLI is pre-authenticated through `NOTIS_JWT`. On a local machine the CLI holds its own OAuth grant: `notis login` authorizes one in the browser, and signing in to the Notis desktop app authorizes one automatically for that account. Either way the grant belongs to the CLI, which refreshes it without the desktop app running.
33
33
 
34
34
  This `notis-cli` skill is delivered through normal Notis skill sync for the signed-in user, alongside other curated skills.
35
35