Skip to content

Releases: ruvnet/agentic-flow

v2.3.6: chore(agentic-jujutsu): Bump version to 2.3.6

24 Nov 17:18

Choose a tag to compare

- 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

24 Nov 16:04
59ccc0d

Choose a tag to compare

Merge pull request #59 from ruvnet/codespace-bug-free-goggles-g5pvgx5…

v2.3.4

16 Nov 16:51
59ccc0d

Choose a tag to compare

Merge pull request #59 from ruvnet/codespace-bug-free-goggles-g5pvgx5…

v2.3.3

10 Nov 22:46
59ccc0d

Choose a tag to compare

Merge pull request #59 from ruvnet/codespace-bug-free-goggles-g5pvgx5…

v2.3.2 - Documentation Update

10 Nov 21:40
59ccc0d

Choose a tag to compare

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.2

Previous Release: v2.3.1 - Validation fixes for ReasoningBank

v2.3.1

10 Nov 21:09
59ccc0d

Choose a tag to compare

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 variant
  • src/reasoning_bank.rs - Enhanced Trajectory validation
  • src/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

10 Nov 18:40

Choose a tag to compare

- 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

10 Nov 16:07

Choose a tag to compare

- 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

10 Nov 15:50

Choose a tag to compare

- 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

10 Nov 15:25

Choose a tag to compare

- Moved CHANGELOG-v1.3.0.md to docs/archive/
- Root now only has essential files:
  * README.md
  * CHANGELOG.md