This release adds 2 notable features for engineering teams evaluating rollout.
Published 23d
AI Agents & Assistants
✓ No known CVEs patched
✓ No known CVEs patched in this version
Topics
agentic-ai
agentic-framework
agentic-workflow
agents
ai-agents
ai-assistant
+14 more
ai-coding
ai-skills
autonomous-agents
claude-code
codex
harness
mcp-server
multi-agent
multi-agent-systems
npm
skills
swarm
swarm-intelligence
typescript
Summary
AI summaryUpdates The complete #2549 arc, New, and default across a mixed release.
Full changelog
The final piece of the #2549 saga (reported by @pacphi): neural train now trains through @ruvector/ruvllm's native TrainingPipeline, not only the WASM path.
New
neural train --backend auto|native|wasm—auto(default) routes the LoRA training leg through the native pipeline when @ruvector/ruvllm resolves: real epochs, loss history, early stopping, EWC registration- Checkpoints carry trained weights — the previous best-effort block saved a freshly-constructed adapter's untrained weights; the native path checkpoints the pipeline that actually trained (
ruvllm-checkpointv1 envelope on disk) --backend nativefails loudly when the pipeline can't run;--backend wasmpreserves prior behavior exactly; SONA/ReasoningBank persistence unchanged in all modes; graceful WASM fallback when the module is absent
The complete #2549 arc
- 3.18.1 —
neural statusno longer misreports the native path (dead variable + cross-process global) - @ruvector/ruvllm 2.5.7 —
saveCheckpoint(path)actually persists (upstream, RuVector#637) - 3.18.2 — version floors + mkdir fix + version-gated capability reporting
- 3.19.0 — training itself routes through the native pipeline (this release)
E2E: auto → native backend, finalLoss 4.25e-3, trained checkpoint on disk. Tests 6/6.
PR: #2556
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]