oh-my-im 0.1.2 → 0.1.3

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.
@@ -498,7 +498,7 @@ function codexConfig() {
498
498
  codexProxy: process.env.CODEX_PROXY?.trim() || undefined,
499
499
  codexPermissionMode: "bypass",
500
500
  allowedUserIds: [],
501
- cliTimeoutMs: Number.isFinite(timeout) && timeout > 0 ? timeout : 300000,
501
+ cliTimeoutMs: Number.isFinite(timeout) && timeout > 0 ? timeout : 900000,
502
502
  };
503
503
  }
504
504
  function buildPrompt(events) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-im",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "files": [