@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.
- package/dist/index.js +0 -3
- 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) {
|