Skip to content

Commit ccef044

Browse files
authored
Prepare v0.1.10 release: version bump and release notes (#893)
1 parent d2dbcc7 commit ccef044

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

assets/release/RELEASE_v0.1.10.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Verifiers v0.1.10 Release Notes
2+
3+
*Date:* 02/10/2026
4+
5+
**Full Changelog**: https://github.com/PrimeIntellect-ai/verifiers/compare/v0.1.9...v0.1.10
6+
7+
## Highlights since v0.1.9
8+
9+
- Expanded environment support with OpenEnv and BrowserEnv integrations, env worker plumbing, and continued improvements to `CliAgentEnv`/`RLMEnv` sandbox reliability and customization hooks.
10+
- Upgraded evaluation ergonomics with resumed evals, improved TUI info/log presentation, better rollout/token tracking, and non-TUI overflow rendering fixes.
11+
- Improved reliability across model/runtime boundaries with timeout hardening, safer sandbox lifecycle behavior, and richer error/metadata handling.
12+
- Modernized workspace setup and contributor workflows (`vf-setup` endpoint/config updates, GEPA config support, Prime CLI refactor, skills scaffolding, and AGENTS guidance updates).
13+
- Added opencode harbor enhancements, including TITO support, tunnel sync stop behavior, and terminal-bench task coverage.
14+
15+
## Changes included in v0.1.10 (since v0.1.9)
16+
17+
### Environment, rollout, and runtime improvements
18+
19+
- openenv integration (#829)
20+
- Add Browser Env Integration (#732)
21+
- resume evals (#803)
22+
- add Client Pool (#815)
23+
- RLM: Eager sandbox creation, conditional pip install (#834)
24+
- RLM: Add RLMEnv sandbox hooks for safer customization (#849)
25+
- RLM: Make FIFO IO non-blocking (#850)
26+
- `CliAgentEnv`: add `SandboxMixin`, refactor `InterceptionServer` (#847)
27+
- rlm: migrate sandbox executor to SandboxMixin (#875)
28+
- env worker integration (#832)
29+
- track vf + env version in metadata (#881)
30+
- handle empty metrics (#855)
31+
- move sanitize_metadata out of save_metadata (#852)
32+
- improve env client timeouts (#872)
33+
- Fix ty logger protocol typing in sandbox retry setup (#835)
34+
- Fix vf-eval concurrent rollout label to use effective cap (#836)
35+
36+
### Evaluation UX, logging, and metrics
37+
38+
- Add robust token usage tracking (#858)
39+
- Tighten vf-tui info preview formatting and typing checks (#830)
40+
- Add subtle `--debug` hint beneath Logs panel (#824)
41+
- Fix vf-eval non-TUI live overflow rendering (#883)
42+
- misc logging improvs (#882)
43+
44+
### Setup, CLI, and configuration
45+
46+
- vf-setup: prefer endpoints.toml, rename configs/lab->configs/rl, add GEPA configs, deprecate --vf-rl (#859)
47+
- Support long endpoint field names in TOML registries (#861)
48+
- prime CLI refactor (vf) (#870)
49+
- refactor: split RL trainer into optional in-repo verifiers-rl package (#843)
50+
- move rlm secrets out of vf and into research-environments (#856)
51+
52+
### Documentation, workflows, and skills
53+
54+
- Compile AGENTS docs from modular assets and make guidance concrete (#857)
55+
- skills setup (#873)
56+
- Strengthen lab AGENTS env-development guardrails (#876)
57+
- Clarify MCPEnv is for global read-only MCP servers (#838)
58+
- docs: remove parser-centric guidance from environment READMEs (#839)
59+
- docs: remove parser field from env init README template (#840)
60+
- chore: enforce ruff formatting and improve dev tooling docs (#845)
61+
62+
### Integrations and environment packages
63+
64+
- openenv: default template proj/ path and simplify prompt renderer signatures (#853)
65+
- remove vf pin in `opencode_harbor` (#844)
66+
- opencode env: TITO support, tunnel sync stop, add terminal-bench (#874)
67+
- ci: skip terminus_harbor in test-envs (#846)
68+
- fix math rubric timeouts (#831)
69+
- Fix for dir resolutions (#879)
70+
- Update browse-environments freshness and quality priorities (#884)
71+
- 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.dev5"
1+
__version__ = "0.1.10"
22

33
import importlib
44
import os

0 commit comments

Comments
 (0)