triflux 10.9.24 → 10.9.25

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.
@@ -30,5 +30,5 @@
30
30
  ]
31
31
  }
32
32
  ],
33
- "version": "10.9.24"
33
+ "version": "10.9.25"
34
34
  }
@@ -15,7 +15,7 @@ const REQUIRED_TOOLS = ["codex", "codex-reply"];
15
15
 
16
16
  export { CODEX_MCP_EXECUTION_EXIT_CODE, CODEX_MCP_TRANSPORT_EXIT_CODE };
17
17
  export const DEFAULT_CODEX_MCP_TIMEOUT_MS = 10 * 60 * 1000;
18
- export const DEFAULT_CODEX_MCP_BOOTSTRAP_TIMEOUT_MS = 10 * 1000;
18
+ export const DEFAULT_CODEX_MCP_BOOTSTRAP_TIMEOUT_MS = 60 * 1000;
19
19
 
20
20
  /**
21
21
  * Codex MCP transport/bootstrap 계층 오류
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triflux",
3
- "version": "10.9.24",
3
+ "version": "10.9.25",
4
4
  "description": "CLI-first multi-model orchestrator for Claude Code — route tasks to Codex, Gemini, and Claude",
5
5
  "type": "module",
6
6
  "bin": {