v0.3.3
Patch Changes
-
61fe010: Docs: clarify the
idlelifecycle state (it also covers the availability probe and auto-advances toreadyfor an already-downloaded model), fix the Surface section that impliedproofreadstreams, and tighten README wording. No code changes — this republishes the npm registry README. -
9be61e2: Resolve the built-in AI namespace inside the lifecycle store instead of the React hook.
useLifecyclenow passes only the API name down and no longer readsglobalThisduring render; the store resolves the namespace itself (live, per epoch) for the availability probe.No public API or behavior change — an internal cleanup that removes the cached namespace, a
startparameter, and a dead guard, and keeps namespace resolution out of the React layer.