Skip to content

v3.2.2 — Full adapter prerequisite coverage

Choose a tag to compare

@FutronPrime FutronPrime released this 08 May 10:45
· 2 commits to main since this release

What's new

All 7 adapters now return structured prerequisite-check dicts so the smart installer can give precise per-provider guidance. Plus several artifacts that subagents had built but not committed in v3.2.1 are now in.

Added

  • check_prerequisites() on codex, gemini, generic-openai, openswarm, synapse-swarm adapters (claude-code + gemini-cli-free already had it in v3.2.1)
  • sentinel/ package — portable error-handling/self-healing daemon (3 detectors: silent-failure, model-stall, hallucination-drift)
  • synapse_swarm.py — portable session daemon that's API-compatible with OpenSwarm but routes through the bundle's cascade (replaces OpenSwarm v2.0.8 which has a known modelID-routing bug)
  • adapters/synapse-swarm/ — drop-in replacement for the openswarm adapter, with graceful fallback when daemon is down

Notes

  • The openswarm adapter now warns about the v2.0.8 modelID bug and recommends synapse-swarm
  • Coverage: 7/7 adapters with check_prerequisites()

🤖 Generated with Claude Code