CopilotKit shipped v1.74.0 on 2026-09-25 (npm @copilotkit/react-core 1.74.0): SDKs can consume learned skills from multiple containers, expanding skill assets beyond a single runtime; Web Inspector gains targeted What's New notifications and launcher HUD impression/action tracking. Fixes: threads drawer no longer locks on unresolved entitlements, stop refreshing realtime credentials for sockets that never open, stop per-message state cloning / virtual-scroll tug-of-war in React, and a Memory policy that grants nothing no longer fails the run.

Key Takeaways

  • ✓Shipped: v1.74.0 / @copilotkit/[email protected]
  • ✓Skills: consume learned skills from multiple containers across SDKs (#7384)
  • ✓Inspector: targeted What's New (#6956) + launcher HUD impression/action tracking (#7376)
  • ✓Stability: no realtime credential refresh for never-open sockets; empty-grant Memory policy no longer fails runs
  • ✓React: stop per-message state cloning and virtual-scroll tug-of-war on long threads
🔬

In-Depth Technical Analysis

Core Background & Industry Pain Points

Agent UIs treat skills as versioned assets: products often run React and other SDKs against multiple skill containers. Single-container binding blocks reuse and canaries. Without targeted What's New / HUD telemetry, onboarding quality is hard to measure, and per-message state cloning fights virtualized long threads.

Architecture Highlights & Internals

v1.74.0 (2026-09-25, npm react-core 1.74.0) lets SDKs consume learned skills from multiple containers (#7384). Web Inspector adds targeted What's New (#6956) and launcher HUD impression/action tracking (#7376). Runtime: stop refreshing realtime credentials for sockets that never open; empty-grant Memory policies no longer fail runs; React stops per-message cloning and virtual-scroll tug-of-war.

Authoritative Benchmarks & Measured Scores

No public FPS/TTFB numbers. Versus 1.73.x, regress multi-container skill resolution, HUD auto-intro vs user-open distinction, long-thread scroll stability, and empty Memory policy run success.

Developer Hands-on Guide

npm i @copilotkit/[email protected] (align sibling packages), wire multi-container learned skills via docs.copilotkit.ai, and verify Inspector What's New + HUD events. Release: GitHub v1.74.0.