chore: bump jido dependencies to ~> 2.1#13
Closed
dl-alexandre wants to merge 3 commits intoagentjido:mainfrom
Closed
chore: bump jido dependencies to ~> 2.1#13dl-alexandre wants to merge 3 commits intoagentjido:mainfrom
dl-alexandre wants to merge 3 commits intoagentjido:mainfrom
Conversation
…or modules Add comprehensive test coverage for three modules that previously had no tests: - SensorDispatchBridge: Tests for forward/2, forward_many/2, and forward_or_ignore/2 including success cases, error handling for dead runtimes, invalid signals, and batch forwarding with error tracking. - SignalEmitter: Tests for dispatch configuration validation, signal emission with various formats, notification handling, and default signal type/source generation from resource names. - Error: Tests for all Ash error type conversions (Invalid, Forbidden, Framework, Unknown), underlying error extraction, field error mapping, and changeset error extraction. These tests improve overall test coverage and provide safety for future refactoring.
Closes agentjido#8 Updates dependencies from pre-release 2.0.0-rc to stable 2.1.0: - jido: ~> 2.0.0-rc → ~> 2.1 - jido_action: ~> 2.0.0-rc → ~> 2.1 - jido_signal: ~> 2.0.0-rc → ~> 2.1 Adds libgraph override to resolve conflict with multigraph: - jido_action 2.1.x switched from libgraph to multigraph - This conflicted with ash → reactor → libgraph - Added {:libgraph, ~
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Contributor
|
Superseded by #14, which landed the Jido 2.1 dependency bump on April 1, 2026. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #8
Updates dependencies from pre-release 2.0.0-rc to stable 2.1.0:
Changes
Dependencies
Libgraph Override
Added to resolve conflict:
Test Updates
Updated telemetry test assertion:
Impact