nodmix 2026.5.34 → 2026.5.35

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.
package/CHANGELOG.md CHANGED
@@ -2,10 +2,11 @@
2
2
 
3
3
  Docs: https://docs.nodmix.ai
4
4
 
5
- ## 2026.5.34
5
+ ## 2026.5.35
6
6
 
7
7
  ### Fixes
8
8
 
9
- - Installer: increase npm fetch timeouts (15 min from 5 min) to handle large binary dependencies (@github/copilot, @anthropic-ai/claude-agent-sdk, @openai/codex)
10
- - Installer: show npm progress output instead of spinner to help users understand long downloads are working
11
- - Config: add workspace npm registry configuration with optimized fetch retry settings for reliability
9
+ - Installer: dramatically increase timeout values (30 min) to reliably handle 500+ MB binary downloads
10
+ - Installer: add pnpm-specific environment variables for timeout configuration during git checkout installs
11
+ - Installer: update messaging to realistic expectation of 15-20 minutes on slower connections
12
+ - Config: add pnpm timeout settings (connection-timeout, stall-timeout) to .npmrc for git installs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodmix",
3
- "version": "2026.5.34",
3
+ "version": "2026.5.35",
4
4
  "description": "Nodmix, the Supreme CEO Founder AI Agent. A large language model created and developed by Mehdi Faraj.",
5
5
  "keywords": [],
6
6
  "homepage": "https://nodmix.com",