imcodes 2026.4.1894-dev.1876 → 2026.4.1895-dev.1877
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.
|
@@ -11,7 +11,7 @@ import { normalizeCodexSdkFileChange, normalizeQwenFileChange } from './file-cha
|
|
|
11
11
|
let sendToServer = null;
|
|
12
12
|
const inFlightMessages = new Map();
|
|
13
13
|
const pendingStreamUpdates = new Map();
|
|
14
|
-
const STREAM_UPDATE_INTERVAL_MS =
|
|
14
|
+
const STREAM_UPDATE_INTERVAL_MS = 40;
|
|
15
15
|
const pendingFileLikeTools = new Map();
|
|
16
16
|
const completedFileLikeTools = new Set();
|
|
17
17
|
const MAX_TRACKED_FILE_TOOLS = 512;
|
package/package.json
CHANGED