@mtreeai/msapling-cli 2.3.6-beta.51 → 2.3.6-beta.52

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.
Files changed (3) hide show
  1. package/README.md +5 -2
  2. package/dist/index.js +1671 -1867
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,10 @@ Once the REPL is running, type `/help` to see all available slash commands. Comm
63
63
  | `/chat <message>` | Send a message and stream a response |
64
64
  | `/chat new <title>` | Create a chat inside the fixed CLI project |
65
65
  | `/chat import <chat_id>` | Copy another owned chat into a new CLI chat without mutating the source |
66
- | `/model` | List vendors, then vendor-scoped models and pricing |
66
+ | `/model` | Open the loopback visual catalog (complete LAB catalog remotely; direct provider catalog standalone) |
67
+ | `/model --terminal` | Use the provider-first terminal selector instead |
68
+ | `/keys add <provider>` | Enter a BYOK key through hidden terminal input or the one-time local browser prompt |
69
+ | `/keys use <provider> [base_url]` | Select OpenRouter or an OpenAI-compatible provider in standalone mode |
67
70
  | `/footer [compact|expanded|field on|off]` | Configure telemetry visibility |
68
71
  | `/cost` | Show usage and billing data |
69
72
  | `/config` | View and edit configuration |
@@ -77,7 +80,7 @@ See `packages/cli/src/commands/index.ts` for the canonical slash-command list.
77
80
 
78
81
 
79
82
 
80
- The CLI is not meant to be a large standalone agent runtime. MSapling's backend is the source of truth for auth, projects, chats, model routing, usage, billing, MDrive, locks, and audit data. The website, mobile app, and CLI should all show and modify the same backend state.
83
+ The installed CLI has explicit remote and standalone profiles. In remote mode, MSapling's backend is the source of truth for auth, projects, chats, model routing, usage, billing, MDrive, locks, and audit data. In `--local` mode, model calls, provider keys, transcripts, tools, and project settings remain local and LAB is not contacted for turns.
81
84
 
82
85
  ## Product Direction
83
86