@tryarcanist/cli 0.1.239 → 0.1.240

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 +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8264,9 +8264,6 @@ function parseRepoArgOrCurrent(value, argName = "repo") {
8264
8264
  // ../../shared/agent/agent-runtime-backend.ts
8265
8265
  var CODEX_AGENT_RUNTIME_BACKEND = "codex";
8266
8266
  var AGENT_RUNTIME_BACKENDS = [CODEX_AGENT_RUNTIME_BACKEND];
8267
- var AGENT_RUNTIME_BACKEND_NAMES = {
8268
- [CODEX_AGENT_RUNTIME_BACKEND]: "Codex"
8269
- };
8270
8267
 
8271
8268
  // ../../shared/utils/type-guards.ts
8272
8269
  function isRecord(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryarcanist/cli",
3
- "version": "0.1.239",
3
+ "version": "0.1.240",
4
4
  "description": "CLI for Arcanist — create and manage coding agent sessions",
5
5
  "type": "module",
6
6
  "bin": {