replicas-engine 0.1.612 → 0.1.613
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/src/index.js +2 -1
- package/package.json +1 -1
package/dist/src/index.js
CHANGED
|
@@ -2546,6 +2546,7 @@ var DEFAULT_USER_PREFERENCES = {
|
|
|
2546
2546
|
pr_user_attribution: false,
|
|
2547
2547
|
auto_draft_prs: false,
|
|
2548
2548
|
open_prs_in_graphite: false,
|
|
2549
|
+
open_links_in_desktop_app: false,
|
|
2549
2550
|
default_fast_mode: false,
|
|
2550
2551
|
agent_defaults: { ...EMPTY_AGENT_DEFAULT_SETTINGS },
|
|
2551
2552
|
credential_priority: null
|
|
@@ -10868,7 +10869,7 @@ var DEFAULT_CODEX_ARGS = ["app-server", "--listen", "stdio://"];
|
|
|
10868
10869
|
var MIN_CODEX_CLI_VERSION = "0.144.6";
|
|
10869
10870
|
var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
|
|
10870
10871
|
var codexCliVersionEnsured = null;
|
|
10871
|
-
var ENGINE_PACKAGE_VERSION = "0.1.
|
|
10872
|
+
var ENGINE_PACKAGE_VERSION = "0.1.613";
|
|
10872
10873
|
var INITIALIZE_METHOD = "initialize";
|
|
10873
10874
|
var INITIALIZED_NOTIFICATION = "initialized";
|
|
10874
10875
|
var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
|