Changelog

Every improvement, fix, and new feature — shipped fast and documented clearly.

v2.4.0Major ReleaseJuly 15, 2026

Nimind 2.0 — Full Platform Relaunch

A complete reimagining of the Nimind platform with a new agent orchestration engine, redesigned dashboard, and 3× faster execution speeds.

  • +New autonomous agent orchestration engine
  • +Redesigned dashboard UI
  • +Agent execution speed improved by 3×
  • +Support for parallel agent task trees
  • +New real-time event streaming API
v2.3.2Security PatchJune 28, 2026

Security Hardening for Sandbox Environments

Critical security updates to further isolate agent execution environments and prevent any potential cross-tenant data leakage.

  • +Enhanced kernel-level sandbox isolation
  • +Fixed edge case in network egress filtering
  • +Improved audit logging for all executions
  • +Updated dependency chain to remove known CVEs
v2.3.0Feature ReleaseJune 10, 2026

Webhooks & Real-Time Event System

You can now subscribe to real-time events from agents via webhooks. Get notified the instant an agent completes, fails, or requires intervention.

  • +Configurable webhook endpoints per project
  • +Support for task_started, task_completed, task_failed events
  • +HMAC signature verification for security
  • +Webhook delivery logs and retry mechanism
  • +Dashboard UI for webhook management
v2.2.0Feature ReleaseMay 22, 2026

Python & Node.js SDK v2

Brand new SDK releases for Python and Node.js with a redesigned API surface, full TypeScript types, and dramatically improved DX.

  • +Full TypeScript support across Node.js SDK
  • +Async/await patterns throughout Python SDK
  • +Auto-retry with exponential backoff
  • +Improved error messages and stack traces
  • +New local testing and mocking utilities
v2.1.0Feature ReleaseMay 5, 2026

Multi-Model Agent Support

Agents can now switch between AI models mid-task, using the most cost-effective or capable model for each sub-step in a workflow.

  • +Support for GPT-4o, Claude 3.5, and Gemini 1.5 Pro
  • +Per-step model routing configuration
  • +Automatic fallback on model failure
  • +Cost estimation per run in dashboard