replicas-cli 0.2.93 → 0.2.95

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.
@@ -7520,6 +7520,7 @@ var import_yaml = __toESM(require_dist());
7520
7520
  // ../shared/src/warm-hooks.ts
7521
7521
  var DEFAULT_WARM_HOOK_TIMEOUT_MS = 5 * 60 * 1e3;
7522
7522
  var MAX_WARM_HOOK_TIMEOUT_MS = 15 * 60 * 1e3;
7523
+ var HOOK_EXEC_MAX_BUFFER_BYTES = 10 * 1024 * 1024;
7523
7524
 
7524
7525
  // ../shared/src/replicas-config.ts
7525
7526
  var REPLICAS_CONFIG_FILENAMES = ["replicas.json", "replicas.yaml", "replicas.yml"];
package/dist/index.mjs CHANGED
@@ -16,7 +16,7 @@ import {
16
16
  setIdeCommand,
17
17
  setOrganizationId,
18
18
  writeConfig
19
- } from "./chunk-SZMMK3Z4.mjs";
19
+ } from "./chunk-MSRBXLAA.mjs";
20
20
 
21
21
  // src/index.ts
22
22
  import "dotenv/config";
@@ -2505,12 +2505,12 @@ async function interactiveCommand() {
2505
2505
  );
2506
2506
  }
2507
2507
  console.log(chalk18.gray("Starting interactive mode..."));
2508
- const { launchInteractive } = await import("./interactive-GKYMLMM6.mjs");
2508
+ const { launchInteractive } = await import("./interactive-OOT5K7GA.mjs");
2509
2509
  await launchInteractive();
2510
2510
  }
2511
2511
 
2512
2512
  // src/index.ts
2513
- var CLI_VERSION = "0.2.93";
2513
+ var CLI_VERSION = "0.2.95";
2514
2514
  var program = new Command();
2515
2515
  program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
2516
2516
  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-SZMMK3Z4.mjs";
14
+ } from "./chunk-MSRBXLAA.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.93",
3
+ "version": "0.2.95",
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": {