@tryarcanist/cli 0.1.330 → 0.1.331
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/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7370,7 +7370,7 @@ import { Command } from "commander";
|
|
|
7370
7370
|
// package.json
|
|
7371
7371
|
var package_default = {
|
|
7372
7372
|
name: "@tryarcanist/cli",
|
|
7373
|
-
version: "0.1.
|
|
7373
|
+
version: "0.1.331",
|
|
7374
7374
|
description: "CLI for Arcanist - create and manage coding agent sessions",
|
|
7375
7375
|
type: "module",
|
|
7376
7376
|
bin: {
|
|
@@ -22597,7 +22597,7 @@ var INTEGRATION_REGISTRY = {
|
|
|
22597
22597
|
credentialScopes: [CredentialScope.BUSINESS, CredentialScope.USER],
|
|
22598
22598
|
personalSettingsSection: PERSONAL_SETTINGS_SECTION.API_KEY,
|
|
22599
22599
|
lifecycleSupport: "instrumented",
|
|
22600
|
-
// Zeus
|
|
22600
|
+
// Zeus uses platform credentials. Keep storage and business
|
|
22601
22601
|
// scope for historical rows and admin diagnostics; hide from customer UI.
|
|
22602
22602
|
customerFacing: false
|
|
22603
22603
|
},
|