Skip to content

Commit 0df300b

Browse files
authored
Prepare v0.1.10.dev5 release bump and notes (#887)
1 parent b5df258 commit 0df300b

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Verifiers v0.1.10.dev5 Release Notes
2+
3+
*Date:* 02/10/2026
4+
5+
**Full Changelog**: https://github.com/PrimeIntellect-ai/verifiers/compare/v0.1.10.dev4...v0.1.10.dev5
6+
7+
## Highlights since v0.1.10.dev4
8+
9+
- Improved environment worker reliability and metadata tracking by migrating sandbox execution internals and recording verifiers/environment versions in rollout metadata.
10+
- Polished evaluation UX with a fix for non-TUI live overflow rendering and broader logging improvements.
11+
- Added and refined developer-facing guidance for skills and agent workflows, including clearer skill handling and browse-environment quality priorities.
12+
- Extended opencode harbor support with TITO support, tunnel sync stop behavior, and a terminal-bench task addition.
13+
14+
## Incremental changes since v0.1.10.dev4
15+
16+
- env worker integration (#832)
17+
- track vf + env version in metadata (#881)
18+
- misc logging improvs (#882)
19+
- rlm: migrate sandbox executor to SandboxMixin (#875)
20+
- opencode env: TITO support, tunnel sync stop, add terminal-bench (#874)
21+
- Fix vf-eval non-TUI live overflow rendering (#883)
22+
- Fix for dir resolutions (#879)
23+
- Update browse-environments freshness and quality priorities (#884)
24+
- Clarify agent skill handling (#886)

verifiers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.10.dev4"
1+
__version__ = "0.1.10.dev5"
22

33
import importlib
44
import os

0 commit comments

Comments
 (0)