codexuse-cli 3.6.1 → 3.6.2
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/server/index.mjs +1 -0
- package/package.json +1 -1
package/dist/server/index.mjs
CHANGED
|
@@ -47984,6 +47984,7 @@ var LocalAccountPool = class LocalAccountPool {
|
|
|
47984
47984
|
codexArgs: asString$1(raw.codexArgs) ?? null,
|
|
47985
47985
|
codexHome: asString$1(raw.codexHome) ?? null,
|
|
47986
47986
|
automaticAppUpdateChecksEnabled: raw.automaticAppUpdateChecksEnabled !== false,
|
|
47987
|
+
keepAppRunningAfterWindowClose: raw.keepAppRunningAfterWindowClose === true,
|
|
47987
47988
|
telegramBridgeEnabled: raw.telegramBridgeEnabled === true,
|
|
47988
47989
|
telegramBotToken: asString$1(raw.telegramBotToken) ?? null,
|
|
47989
47990
|
telegramAllowedChatIds: normalizeStringArrayField(raw, "telegramAllowedChatIds"),
|