Skip to content

Prepare v0.1.15.dev4 release notes and version bump#1370

Merged
willccbb merged 18 commits into
mainfrom
codex/prep-dev-release-notes
May 14, 2026
Merged

Prepare v0.1.15.dev4 release notes and version bump#1370
willccbb merged 18 commits into
mainfrom
codex/prep-dev-release-notes

Conversation

@willccbb
Copy link
Copy Markdown
Member

@willccbb willccbb commented May 14, 2026

Summary

  • Bump verifiers to 0.1.15.dev4 for the next dev release.
  • Add assets/release/RELEASE_v0.1.15.dev4.md covering the merged PR 1362 v1 config/binding cleanup, plus the adjacent eval cost and repo guidance updates.
  • Keep the release note aligned with the current release workflow and compare range.

Testing

  • pre-commit checks passed for the touched release files.
  • Version import check passed and reported 0.1.15.dev4.
  • Package build succeeded and produced the 0.1.15.dev4 source 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.md documenting highlights and included changes for the v0.1.15.dev4 dev release, and bumps __version__ to 0.1.15.dev4.

Updates the Wikispeedia LangChain environment’s invalid_link_rate to resolve tool invocations by correlating tool messages with assistant tool_calls via tool_call_id (with a fallback to legacy name), 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.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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

cursoragent and others added 2 commits May 14, 2026 09:24
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>
@willccbb willccbb merged commit 51432d6 into main May 14, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants