replicas-cli 0.2.212 → 0.2.214
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.
- package/dist/index.mjs +3 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7603,6 +7603,7 @@ var SANDBOX_PATHS = {
|
|
|
7603
7603
|
WORKSPACES_DIR: "/home/user/workspaces",
|
|
7604
7604
|
REPLICAS_DIR: "/home/user/.replicas",
|
|
7605
7605
|
REPLICAS_FILES_DIR: "/home/user/.replicas/files",
|
|
7606
|
+
REPOS_PREPARED_MARKER: "/home/user/.replicas/repos-prepared-for-engine-init",
|
|
7606
7607
|
REPLICAS_RUNTIME_ENV_FILE: "/home/user/.replicas/runtime-env.sh"
|
|
7607
7608
|
};
|
|
7608
7609
|
var WORKSPACE_SIZES = ["small", "large"];
|
|
@@ -8932,7 +8933,7 @@ var HOOK_EXEC_MAX_BUFFER_BYTES = 10 * 1024 * 1024;
|
|
|
8932
8933
|
var REPLICAS_CONFIG_FILENAMES = ["replicas.json", "replicas.yaml", "replicas.yml"];
|
|
8933
8934
|
|
|
8934
8935
|
// ../shared/src/cli-version.ts
|
|
8935
|
-
var CLI_VERSION = "0.2.
|
|
8936
|
+
var CLI_VERSION = "0.2.214";
|
|
8936
8937
|
|
|
8937
8938
|
// ../shared/src/engine/environment.ts
|
|
8938
8939
|
var DESKTOP_NOVNC_PORT = 6080;
|
|
@@ -10345,7 +10346,7 @@ var SOURCE_CONFIG = {
|
|
|
10345
10346
|
automation_triggered: { label: "Automation", color: "#f59e0b" },
|
|
10346
10347
|
plan_quote: { label: "Plan", color: "#66bb6a" },
|
|
10347
10348
|
inline_diff_comments: { label: "Diff Comments", color: "#66bb6a" },
|
|
10348
|
-
merged: { label: "
|
|
10349
|
+
merged: { label: "Bundled", color: "#a3a3a3" }
|
|
10349
10350
|
};
|
|
10350
10351
|
|
|
10351
10352
|
// ../shared/src/workspace-groups.ts
|