@tryarcanist/cli 0.1.212 → 0.1.213

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1937,7 +1937,7 @@ var CODEX_SUBSCRIPTION_ENABLED_PATH = "/api/settings/codex-subscription/enabled"
1937
1937
  function describeCredentialStatus(credential) {
1938
1938
  if (!credential.isSet) return null;
1939
1939
  if (credential.lastValidationStatus === "invalid") {
1940
- return "Expired. Run `arcanist codex login` to reconnect, or `arcanist codex use off` to fall back to your OpenAI key.";
1940
+ return "Expired. Upload a fresh auth.json in Settings, or run `arcanist codex login` if the Codex CLI is installed. `arcanist codex use off` falls back to your OpenAI key.";
1941
1941
  }
1942
1942
  if (credential.lastValidationStatus === "validated") return "Verified with OpenAI.";
1943
1943
  return "Saved, but not verified with OpenAI yet.";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.212",
3
+ "version": "0.1.213",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {