replicas-cli 0.2.119 → 0.2.120

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.
@@ -8290,10 +8290,10 @@ var PLANS = {
8290
8290
  name: "Hobby",
8291
8291
  monthlyPrice: 0,
8292
8292
  seatPriceCents: 0,
8293
- creditsIncluded: 20,
8293
+ creditsIncluded: 1200,
8294
8294
  features: [
8295
- "20 hours of human-initiated workspace usage (one-time)",
8296
- "20 hours of API + automation usage (one-time)",
8295
+ "1,200 minutes of human-initiated workspace usage (one-time)",
8296
+ "1,200 minutes of API + automation usage (one-time)",
8297
8297
  "Automations (limited to 2)",
8298
8298
  "Warm pools and warm hooks",
8299
8299
  "Up to 3 repositories"
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  setIdeCommand,
17
17
  setOrganizationId,
18
18
  writeConfig
19
- } from "./chunk-HOO346QO.mjs";
19
+ } from "./chunk-4WSV5CLV.mjs";
20
20
 
21
21
  // src/index.ts
22
22
  import "dotenv/config";
@@ -2420,12 +2420,12 @@ async function interactiveCommand() {
2420
2420
  );
2421
2421
  }
2422
2422
  console.log(chalk18.gray("Starting interactive mode..."));
2423
- const { launchInteractive } = await import("./interactive-V22J5FZI.mjs");
2423
+ const { launchInteractive } = await import("./interactive-YYNEZKZQ.mjs");
2424
2424
  await launchInteractive();
2425
2425
  }
2426
2426
 
2427
2427
  // src/index.ts
2428
- var CLI_VERSION = "0.2.119";
2428
+ var CLI_VERSION = "0.2.120";
2429
2429
  var program = new Command();
2430
2430
  program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
2431
2431
  program.command("login").description("Authenticate with your Replicas account").action(async () => {
@@ -12,7 +12,7 @@ import {
12
12
  isAgentBackendEvent,
13
13
  parseAgentEvents,
14
14
  parseUserMessage
15
- } from "./chunk-HOO346QO.mjs";
15
+ } from "./chunk-4WSV5CLV.mjs";
16
16
 
17
17
  // src/interactive/index.tsx
18
18
  import { createCliRenderer } from "@opentui/core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.119",
3
+ "version": "0.2.120",
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": {