imcodes 2026.4.1358-dev.1326 → 2026.4.1360-dev.1330

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.
@@ -12,7 +12,7 @@ export interface P2pSavedConfig {
12
12
  rounds: number;
13
13
  /** User-defined extra prompt appended to every participant's system prompt. */
14
14
  extraPrompt?: string;
15
- /** Per-hop timeout in minutes. Default: 5. */
15
+ /** Per-hop timeout in minutes. Default: 8. */
16
16
  hopTimeoutMinutes?: number;
17
17
  }
18
18
  export interface P2pConfigSelection {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imcodes",
3
- "version": "2026.4.1358-dev.1326",
3
+ "version": "2026.4.1360-dev.1330",
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": {