replicas-cli 0.2.55 → 0.2.56

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.
@@ -8194,7 +8194,9 @@ function createMockWorkspaceRecord(organizationId, name) {
8194
8194
  status: "preparing",
8195
8195
  creation_source: "dashboard",
8196
8196
  creator_email: null,
8197
- soft_delete: false
8197
+ soft_delete: false,
8198
+ lifecycle_policy: "default",
8199
+ auto_stop_minutes: null
8198
8200
  };
8199
8201
  }
8200
8202
 
@@ -8214,7 +8216,7 @@ var PLANS = {
8214
8216
  monthlyPrice: 30,
8215
8217
  seatPriceCents: 3e3,
8216
8218
  creditsIncluded: 0,
8217
- features: ["Unlimited usage", "API access ($1/hr)"]
8219
+ features: ["Unlimited usage", "API access ($0.0166/min)"]
8218
8220
  },
8219
8221
  team: {
8220
8222
  id: "team",
package/dist/index.mjs CHANGED
@@ -15,7 +15,7 @@ import {
15
15
  setIdeCommand,
16
16
  setOrganizationId,
17
17
  writeConfig
18
- } from "./chunk-SDULF4LX.mjs";
18
+ } from "./chunk-NXCEFG2Q.mjs";
19
19
 
20
20
  // src/index.ts
21
21
  import "dotenv/config";
@@ -1855,12 +1855,12 @@ async function interactiveCommand() {
1855
1855
  );
1856
1856
  }
1857
1857
  console.log(chalk17.gray("Starting interactive mode..."));
1858
- const { launchInteractive } = await import("./interactive-PU7VBDB2.mjs");
1858
+ const { launchInteractive } = await import("./interactive-J2GGDWQT.mjs");
1859
1859
  await launchInteractive();
1860
1860
  }
1861
1861
 
1862
1862
  // src/index.ts
1863
- var CLI_VERSION = "0.2.55";
1863
+ var CLI_VERSION = "0.2.56";
1864
1864
  var program = new Command();
1865
1865
  program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
1866
1866
  program.command("login").description("Authenticate with your Replicas account").action(async () => {
@@ -11,7 +11,7 @@ import {
11
11
  isAgentBackendEvent,
12
12
  parseAgentEvents,
13
13
  parseUserMessage
14
- } from "./chunk-SDULF4LX.mjs";
14
+ } from "./chunk-NXCEFG2Q.mjs";
15
15
 
16
16
  // src/interactive/index.tsx
17
17
  import { createCliRenderer } from "@opentui/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.55",
3
+ "version": "0.2.56",
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": {