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.
@@ -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"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexuse-cli",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "CodexUse CLI for profiles, Accounts Pool, daemon mode, licenses, and sync.",
5
5
  "author": {
6
6
  "name": "Hoang",