replicas-cli 0.2.135 → 0.2.137

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.
@@ -13,7 +13,7 @@ import {
13
13
  parseAgentEvents,
14
14
  parseSseChunk,
15
15
  parseUserMessage
16
- } from "./chunk-DRUIU36T.mjs";
16
+ } from "./chunk-IJZUILJP.mjs";
17
17
  import "./chunk-FFDYI4OH.mjs";
18
18
 
19
19
  // src/interactive/index.tsx
@@ -1982,7 +1982,7 @@ import React6, { useState as useState6, useMemo as useMemo5, useCallback as useC
1982
1982
  import open from "open";
1983
1983
  import { useKeyboard as useKeyboard4 } from "@opentui/react";
1984
1984
  import { Fragment as Fragment4, jsx as jsx8, jsxs as jsxs8 } from "@opentui/react/jsx-runtime";
1985
- var WEB_APP_URL = process.env.REPLICAS_WEB_URL || "https://replicas.dev";
1985
+ var WEB_APP_URL = process.env.REPLICAS_WEB_URL || "https://tryreplicas.com";
1986
1986
  function buildInteractiveItems(workspaceId, status, previews, wakingWorkspaceId) {
1987
1987
  const items = [];
1988
1988
  const hasAnyPr = status.repoStatuses?.some((repo) => repo.prUrls.length > 0);
@@ -2617,7 +2617,7 @@ var MOCK_CHATS = [
2617
2617
  { id: "mock-claude", provider: "claude", title: "Claude Code", createdAt: "", updatedAt: "", processing: false, parentChatId: null },
2618
2618
  { id: "mock-codex", provider: "codex", title: "Codex", createdAt: "", updatedAt: "", processing: false, parentChatId: null }
2619
2619
  ];
2620
- var MONOLITH_URL = process.env.REPLICAS_MONOLITH_URL || "https://api.replicas.dev";
2620
+ var MONOLITH_URL = process.env.REPLICAS_MONOLITH_URL || "https://api.tryreplicas.com";
2621
2621
  var workspacePollingStarted = false;
2622
2622
  var queryClient = new QueryClient({
2623
2623
  defaultOptions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.135",
3
+ "version": "0.2.137",
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": {
@@ -28,7 +28,7 @@
28
28
  ],
29
29
  "author": "Replicas",
30
30
  "license": "MIT",
31
- "homepage": "https://replicas.dev",
31
+ "homepage": "https://tryreplicas.com",
32
32
  "repository": {
33
33
  "type": "git",
34
34
  "url": "https://github.com/connortbot/replicas.git",