replicas-cli 0.2.597 → 0.2.598

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.cjs +6 -2
  2. package/package.json +1 -1
package/dist/index.cjs CHANGED
@@ -22446,7 +22446,8 @@ var OPENROUTER_MODELS = [
22446
22446
  DEEPSEEK_V4_FLASH_MODEL,
22447
22447
  "minimax/minimax-m3",
22448
22448
  "xiaomi/mimo-v2.5-pro",
22449
- "moonshotai/kimi-k2.6"
22449
+ "moonshotai/kimi-k2.6",
22450
+ "google/gemini-3.8-flash"
22450
22451
  ];
22451
22452
  function prioritizeDeepseekModels(models) {
22452
22453
  return [
@@ -22520,6 +22521,7 @@ var AGENT_MODELS = {
22520
22521
  "gpt-5.1-codex-max",
22521
22522
  "gpt-5.1-codex-mini",
22522
22523
  "gpt-5-mini",
22524
+ "gemini-3.8-flash",
22523
22525
  "gemini-3.1-pro",
22524
22526
  "gemini-3-flash",
22525
22527
  "grok-4.6",
@@ -22574,6 +22576,7 @@ var MODEL_LABELS = {
22574
22576
  "minimax/minimax-m3": "MiniMax M3 via OpenRouter",
22575
22577
  "xiaomi/mimo-v2.5-pro": "MiMo V2.5 Pro via OpenRouter",
22576
22578
  "moonshotai/kimi-k2.6": "Kimi K2.6 via OpenRouter",
22579
+ "google/gemini-3.8-flash": "Gemini 3.8 Flash via OpenRouter",
22577
22580
  ...ASTER_MODEL_LABELS,
22578
22581
  "gpt-5.4": "GPT-5.4",
22579
22582
  "gpt-5.4-mini": "GPT-5.4 Mini",
@@ -22589,6 +22592,7 @@ var MODEL_LABELS = {
22589
22592
  [CLAUDE_OPUS_4_8_MODEL]: "Opus 4.8",
22590
22593
  "claude-opus-4-7": "Opus 4.7",
22591
22594
  [CLAUDE_HAIKU_4_5_MODEL]: "Haiku 4.5",
22595
+ "gemini-3.8-flash": "Gemini 3.8 Flash",
22592
22596
  "gemini-3.1-pro": "Gemini 3.1 Pro",
22593
22597
  "gemini-3-flash": "Gemini 3 Flash",
22594
22598
  "grok-4.6": "Grok 4.6",
@@ -24552,7 +24556,7 @@ function isTransientErrorText(text, options = {}) {
24552
24556
  }
24553
24557
 
24554
24558
  // ../shared/src/cli-version.ts
24555
- var CLI_VERSION = "0.2.597";
24559
+ var CLI_VERSION = "0.2.598";
24556
24560
 
24557
24561
  // ../shared/src/version.ts
24558
24562
  function compareVersions(v1, v2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.597",
3
+ "version": "0.2.598",
4
4
  "description": "CLI for managing Replicas workspaces - SSH into cloud dev environments with automatic port forwarding",
5
5
  "main": "dist/index.cjs",
6
6
  "bin": {