chore(release): activeagent 1.5.1 - #437
Conversation
There was a problem hiding this comment.
🟢 Approval recommended
No unresolved blocking issues were identified.
Pull request overview
Updates activeagent to 1.5.1 and documents the included model-spec fix; actionagent remains at 1.5.0.
Changes:
- Bumps the framework version to 1.5.1.
- Adds the 1.5.1 changelog entry.
File summaries
| File | Description |
|---|---|
lib/active_agent/version.rb |
Updates the framework version. |
CHANGELOG.md |
Documents the 1.5.1 release and fix. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sequencing note before merging thisAs written, this bumps But three of the other open PRs change
So if #434 or #435 merge before this, Two orders that work:
(2) is fewer releases if the intent is to ship the schema-tools work for testing. Either way the thing to avoid is merging #435 and then tagging this unchanged, which publishes a version of Worth noting a host app can consume all of it from the branch in the meantime — a |
Bumps
activeagentto 1.5.1 and stamps the changelog. Tagv1.5.1after this merges to publish.actionagentis unchanged since 1.5.0 and stays there —release.ymlskips a version already on RubyGems, so it rebuilds and is passed over.Contents
#430 —
Evals::ModelSpec.parse_allnamed a spec hash by its inspected form, so a dashboard-initiated scenario evaluation failed every scenario with HTTP 400 before reaching the model.Verification
rake build_allproducesactiveagent-1.5.1.gemcarrying the fix, andactionagent-1.5.0.gemunchanged.Against a host application, the same three-scenario run before and after the fix:
list_filters,search_providers