replicas-cli 0.2.466 → 0.2.469
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 +4 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10004,8 +10004,11 @@ var DEFAULT_RELAY_SUBAGENT_PROVIDERS = [...VALID_RELAY_SUBAGENT_PROVIDERS];
|
|
|
10004
10004
|
var DEFAULT_USER_PREFERENCES = {
|
|
10005
10005
|
default_agent: "codex",
|
|
10006
10006
|
default_model: null,
|
|
10007
|
+
claude_models: null,
|
|
10008
|
+
codex_models: null,
|
|
10007
10009
|
cursor_models: null,
|
|
10008
10010
|
openrouter_models: null,
|
|
10011
|
+
relay_models: null,
|
|
10009
10012
|
close_workspace_on_pr_close: true,
|
|
10010
10013
|
close_workspace_on_pr_merge: true,
|
|
10011
10014
|
default_environment_id: null,
|
|
@@ -10081,7 +10084,7 @@ function formatTurnElapsed(ms) {
|
|
|
10081
10084
|
}
|
|
10082
10085
|
|
|
10083
10086
|
// ../shared/src/cli-version.ts
|
|
10084
|
-
var CLI_VERSION = "0.2.
|
|
10087
|
+
var CLI_VERSION = "0.2.469";
|
|
10085
10088
|
|
|
10086
10089
|
// ../shared/src/version.ts
|
|
10087
10090
|
function compareVersions(v1, v2) {
|