Releases: ruvnet/agentic-flow
Releases · ruvnet/agentic-flow
v2.3.6: chore(agentic-jujutsu): Bump version to 2.3.6
- All 8 platform builds now working (macOS, Windows, Linux) - macOS fix: Added .cargo/config.toml with dynamic_lookup - Windows fix: Added bash shell for compatibility - Ready for npm publication with full platform support
v2.3.5
v2.3.4
v2.3.3
v2.3.2 - Documentation Update
v2.3.2 - Documentation Update
Updated README to reflect current features:
- ✅ Removed "(Coming Soon)" entries
- ✅ Updated v2.3 quantum features section
- ✅ Added v2.3.1 validation improvements
- ✅ Clarified evolution timeline
No code changes - documentation only.
Install:
npm install agentic-jujutsu@2.3.2Previous Release: v2.3.1 - Validation fixes for ReasoningBank
v2.3.1
v2.3.1 - Validation Fixes
Patch release addressing three validation gaps in the ReasoningBank trajectory management system.
🔧 Fixes
Score Validation
- ✅ Reject scores outside 0.0-1.0 range
- ✅ Reject NaN and Infinity values
- ✅ Proper error messages for invalid scores
State Validation
- ✅ Require at least one operation before finalization
- ✅ Prevent empty trajectories from being stored
Input Validation
- ✅ Reject empty or whitespace-only task descriptions
- ✅ Enforce max task length (10KB)
- ✅ Ensure contexts are never empty
📋 Files Modified
src/error.rs- Added ValidationError variantsrc/reasoning_bank.rs- Enhanced Trajectory validationsrc/wrapper.rs- Updated context handling
✅ Test Results
All validation tests passing (12/12):
- Score validation: 4/4 ✅
- State validation: 2/2 ✅
- Input validation: 4/4 ✅
- Edge cases: 2/2 ✅
📦 Installation
npm install agentic-jujutsu@2.3.1📖 Documentation
🔄 Migration
Existing code should continue to work unless it was using invalid inputs (empty tasks, scores >1.0, etc.). See the Migration Guide for details.
Full Changelog: v2.3.0...v2.3.1
v2.2.0: chore: Move old changelog to archive
- Moved CHANGELOG-v1.3.0.md to docs/archive/ - Root now only has essential files: * README.md * CHANGELOG.md
v2.1.1: chore: Move old changelog to archive
- Moved CHANGELOG-v1.3.0.md to docs/archive/ - Root now only has essential files: * README.md * CHANGELOG.md
v2.1.0: chore: Move old changelog to archive
- Moved CHANGELOG-v1.3.0.md to docs/archive/ - Root now only has essential files: * README.md * CHANGELOG.md
v2.0.3: chore: Move old changelog to archive
- Moved CHANGELOG-v1.3.0.md to docs/archive/ - Root now only has essential files: * README.md * CHANGELOG.md