imcodes 2026.4.1894-dev.1876 → 2026.4.1896-dev.1878

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 = 80;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imcodes",
3
- "version": "2026.4.1894-dev.1876",
3
+ "version": "2026.4.1896-dev.1878",
4
4
  "description": "A chat interface for AI coding agents — control Claude Code, Codex, Gemini CLI, OpenCode from browser and mobile",
5
5
  "license": "MIT",
6
6
  "repository": {