docs: v0.6 release-candidate preview pointer#666
Conversation
Main stays on the 0.5.2 public line; this adds a discovery path for v0.6: how to install the RC (GitHub release wheel / tagged source) and links to the v0.6 docs on release/v0.6.0. No v0.6 feature code merged to main.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a4ea5b3282
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| - [Agent quickstart — one copy-paste prompt](https://github.com/benchflow-ai/benchflow/blob/release/v0.6.0/docs/agent-quickstart.md) | ||
| - [Getting started — install + first eval](https://github.com/benchflow-ai/benchflow/blob/release/v0.6.0/docs/getting-started.md) |
There was a problem hiding this comment.
Point install guides at the RC commands
During RC testing, these install-oriented links send readers to release/v0.6.0 docs that currently tell them to install the final benchflow==0.6.0 package (and the quickstart fallback installs the latest main preview), while this page explicitly says 0.6.0 will only hit PyPI after RC testing. Users following the linked “install + first eval” path before the release will either get a resolver failure or install the wrong preview instead of 0.6.0rc1; please add a warning to use this page’s RC commands first or link to RC-specific docs.
Useful? React with 👍 / 👎.
Small, docs-only addition to
mainso the public line has a discovery path for v0.6 while it's in RC testing.docs/v0.6-preview.md: how to install the RC (pip install --prefrom the GitHub release wheel, oruv ... git+...@0.6.0-rc.1), what's new, and links to the v0.6 docs onrelease/v0.6.0.No v0.6 feature code touches main;
pip install benchflowstays on 0.5.2. The RC wheel is verified pip-installable (fresh venv →bench --version= 0.6.0rc1). Safe to merge independently of the v0.6 release (#665).Note
Low Risk
Documentation-only changes with no runtime, auth, or packaging behavior on main.
Overview
Adds a v0.6 release-candidate discovery path on
mainwithout changing the stable install story (benchflow==0.5.2/pip install benchflow).New
docs/v0.6-preview.mddocuments RC status, pip (GitHub wheel) and uv (git+...@0.6.0-rc.1) install commands, a short what's new list (task.md,bench agent, ATIF/ADP, OpenReward, Daytona auto-reap), and links to v0.6 docs onrelease/v0.6.0plus tracking PR #665.README gains a blockquote under Install that points readers to that page and clarifies that the public PyPI line stays on 0.5.2 until v0.6 ships.
Reviewed by Cursor Bugbot for commit a4ea5b3. Bugbot is set up for automated code reviews on this repo. Configure here.