Prepare v0.1.15.dev4 release notes and version bump#1370
Merged
Conversation
…-composability # Conflicts: # tests/test_save_utils.py # tests/test_v1_runtime_lifecycle.py # verifiers/v1/packages/harnesses/opencode.py # verifiers/v1/utils/lifecycle_utils.py
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 8f9769a. Configure here.
Resolve tool names from assistant tool_calls via tool_call_id instead of getattr(msg, "name"), which is absent on verifiers ToolMessage. Fall back to optional extra name on tool payloads. Tighten the metric test to omit the legacy name key on tool messages. Co-authored-by: will brown <willccbb@users.noreply.github.com>
Co-authored-by: will brown <willccbb@users.noreply.github.com>
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.

Summary
verifiersto0.1.15.dev4for the next dev release.assets/release/RELEASE_v0.1.15.dev4.mdcovering the merged PR 1362 v1 config/binding cleanup, plus the adjacent eval cost and repo guidance updates.Testing
pre-commitchecks passed for the touched release files.0.1.15.dev4.0.1.15.dev4source and wheel artifacts.Note
Low Risk
Low risk release housekeeping plus a small, test-covered adjustment to an environment metric’s tool-call parsing logic.
Overview
Adds
assets/release/RELEASE_v0.1.15.dev4.mddocumenting highlights and included changes for thev0.1.15.dev4dev release, and bumps__version__to0.1.15.dev4.Updates the Wikispeedia LangChain environment’s
invalid_link_rateto resolve tool invocations by correlating tool messages with assistanttool_callsviatool_call_id(with a fallback to legacyname), and adjusts the corresponding test fixture to match the new message shape.Reviewed by Cursor Bugbot for commit d4a977a. Bugbot is set up for automated code reviews on this repo. Configure here.