replicas-cli 0.2.254 → 0.2.256

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.mjs +3 -10
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -9216,7 +9216,7 @@ var HOOK_EXEC_MAX_BUFFER_BYTES = 10 * 1024 * 1024;
9216
9216
  var REPLICAS_CONFIG_FILENAMES = ["replicas.json", "replicas.yaml", "replicas.yml"];
9217
9217
 
9218
9218
  // ../shared/src/cli-version.ts
9219
- var CLI_VERSION = "0.2.254";
9219
+ var CLI_VERSION = "0.2.256";
9220
9220
 
9221
9221
  // ../shared/src/engine/environment.ts
9222
9222
  var DESKTOP_NOVNC_PORT = 6080;
@@ -9253,7 +9253,7 @@ function normalizeClaudeModel(model) {
9253
9253
  }
9254
9254
  var AGENT_MODELS = {
9255
9255
  claude: [CLAUDE_OPUS_1M_MODEL, CLAUDE_FABLE_5_MODEL, "sonnet", "haiku"],
9256
- codex: [DEFAULT_CODEX_MODEL, "gpt-5.4", "gpt-5.4-mini", "gpt-5.3-codex", "gpt-5.3-codex-spark", "gpt-5.2-codex", "gpt-5.2", "gpt-5.1-codex-max", "gpt-5.1-codex", "gpt-5.1", "gpt-5-codex", "gpt-5"],
9256
+ codex: [DEFAULT_CODEX_MODEL, "gpt-5.4", "gpt-5.4-mini", "gpt-5.3-codex", "gpt-5.2"],
9257
9257
  relay: [CLAUDE_OPUS_1M_MODEL, CLAUDE_FABLE_5_MODEL, "sonnet"]
9258
9258
  };
9259
9259
  var MODEL_LABELS = {
@@ -9267,14 +9267,7 @@ var MODEL_LABELS = {
9267
9267
  "gpt-5.4": "GPT-5.4",
9268
9268
  "gpt-5.4-mini": "GPT-5.4 Mini",
9269
9269
  "gpt-5.3-codex": "GPT-5.3 Codex",
9270
- "gpt-5.3-codex-spark": "GPT-5.3 Codex Spark",
9271
- "gpt-5.2-codex": "GPT-5.2 Codex",
9272
- "gpt-5.2": "GPT-5.2",
9273
- "gpt-5.1-codex-max": "GPT-5.1 Codex Max",
9274
- "gpt-5.1-codex": "GPT-5.1 Codex",
9275
- "gpt-5.1": "GPT-5.1",
9276
- "gpt-5-codex": "GPT-5 Codex",
9277
- "gpt-5": "GPT-5"
9270
+ "gpt-5.2": "GPT-5.2"
9278
9271
  };
9279
9272
  var CANVAS_KIND_BY_EXTENSION = {
9280
9273
  ".md": { kind: "markdown", mimeType: "text/markdown; charset=utf-8" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.254",
3
+ "version": "0.2.256",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.mjs",
6
6
  "bin": {