replicas-cli 0.2.127 → 0.2.129

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.
@@ -8201,8 +8201,6 @@ function generatePlaceholderName() {
8201
8201
  function buildGroups(workspaces, _workspacesData, environments, _repositorySets, mockGroupAssignments) {
8202
8202
  const groupMap = /* @__PURE__ */ new Map();
8203
8203
  for (const env of environments) {
8204
- if (env.is_global) continue;
8205
- if (!env.repository_id && !env.repository_set_id) continue;
8206
8204
  groupMap.set(env.id, {
8207
8205
  type: "env",
8208
8206
  id: env.id,
package/dist/index.mjs CHANGED
@@ -19,7 +19,7 @@ import {
19
19
  setIdeCommand,
20
20
  setOrganizationId,
21
21
  writeConfig
22
- } from "./chunk-KTD7UV5U.mjs";
22
+ } from "./chunk-E3QJCCNV.mjs";
23
23
  import "./chunk-FFDYI4OH.mjs";
24
24
 
25
25
  // src/index.ts
@@ -2520,12 +2520,12 @@ async function interactiveCommand() {
2520
2520
  );
2521
2521
  }
2522
2522
  console.log(chalk18.gray("Starting interactive mode..."));
2523
- const { launchInteractive } = await import("./interactive-7EFXQGUC.mjs");
2523
+ const { launchInteractive } = await import("./interactive-QLX7EAXY.mjs");
2524
2524
  await launchInteractive();
2525
2525
  }
2526
2526
 
2527
2527
  // src/index.ts
2528
- var CLI_VERSION = "0.2.127";
2528
+ var CLI_VERSION = "0.2.129";
2529
2529
  var program = new Command();
2530
2530
  program.name("replicas").description("CLI for managing Replicas workspaces").version(CLI_VERSION);
2531
2531
  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-KTD7UV5U.mjs";
15
+ } from "./chunk-E3QJCCNV.mjs";
16
16
  import "./chunk-FFDYI4OH.mjs";
17
17
 
18
18
  // src/interactive/index.tsx
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-cli",
3
- "version": "0.2.127",
3
+ "version": "0.2.129",
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": {