@tryarcanist/cli 0.1.208 → 0.1.209

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 (2) hide show
  1. package/dist/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -907,7 +907,7 @@ async function agentSubscriptionLoginCommand(config, options, command) {
907
907
  console.log(`Run \`arcanist ${config.harness} use on\` to start using it.`);
908
908
  }
909
909
  console.log(
910
- `Note: ${config.displayName} BYOS session execution is not live yet; the credential is stored for when it ships.`
910
+ `${config.displayName} sessions will use your subscription auth while the selector is on; run \`arcanist ${config.harness} use off\` to switch back.`
911
911
  );
912
912
  if (captureViaKeychain) {
913
913
  console.log(
@@ -6235,7 +6235,7 @@ grok.command("login").description("Authenticate a Grok (xAI) subscription and st
6235
6235
  Runs the Grok CLI device-authorization login locally under a temporary HOME, then uploads the
6236
6236
  resulting auth.json to Arcanist (encrypted, per user) and activates the selector. Your workspace
6237
6237
  must have Grok subscription auth enabled. The credential is never written to your default ~/.grok.
6238
- Grok BYOS session execution is not live yet; the credential is stored for when it ships.
6238
+ While the selector is on, Grok Build sessions run on your subscription auth.
6239
6239
  If the grok CLI is not installed, you will be offered its official install script ([y/N] prompt,
6240
6240
  interactive terminals only).
6241
6241
 
@@ -6261,8 +6261,8 @@ cursor.command("login").description("Authenticate a Cursor subscription and stor
6261
6261
  Runs the Cursor CLI login locally under a temporary HOME/CURSOR_CONFIG_DIR, then uploads the
6262
6262
  captured auth credential to Arcanist (encrypted, per user) and activates the selector. Your
6263
6263
  workspace must have Cursor subscription auth enabled. Cursor's login-token location is not
6264
- formally documented; if capture fails, use a Cursor API key in Settings instead. Cursor BYOS
6265
- session execution is not live yet; the credential is stored for when it ships.
6264
+ formally documented; if capture fails, use a Cursor API key in Settings instead. While the
6265
+ selector is on, Cursor sessions run on your subscription auth instead of a Cursor API key.
6266
6266
  If the cursor-agent CLI is not installed, you will be offered its official install script
6267
6267
  ([y/N] prompt, interactive terminals only).
6268
6268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.208",
3
+ "version": "0.1.209",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {