## @workglow/test
### Breaking Changes
- **bug fixes(tasks)**: declare the owned FetchUrlTask entitlements on FileLoaderTask
### Bug Fixes
#### test
- detect DeepSeek billing failures, and split credit skips CI vs local
#### tasks
- bound sedLines with a search deadline and restore the node export surface
- accept optional groups in the regex screen and bound RegexTask matching
- declare the owned FetchUrlTask entitlements on FileLoaderTask
## @workglow/tasks
### Breaking Changes
- **bug fixes(tasks)**: declare the owned FetchUrlTask entitlements on FileLoaderTask
### Bug Fixes
#### tasks
- bound sedLines with a search deadline and restore the node export surface
- accept optional groups in the regex screen and bound RegexTask matching
- declare the owned FetchUrlTask entitlements on FileLoaderTask
## @workglow/eval
### Features
#### eval
- make a sweep one graph, with each row visible while it runs
- give the eval CLI the console and run reporting
## @workglow/cli
### Features
#### web
- gate the console on a 1s heartbeat to the CLI
#### cli
- reach the grid rendering, and stop offering a flag that is not there
- extension seams for the console, plus docs and a packaging guard
- the web console's client
- serve the console — run registry, routes, and the `web` command
- read the command surface and its form off the live program
- let a parent process ask a run for a machine-readable stream
- make the run footer a status bar
- give run rows the trailing column, elapsed, and failure reason
### Bug Fixes
#### web
- survive an IPv6 host, a dead child, and an unreadable asset
#### cli
- stop the answers reader from pinning a finished child alive
- a finished graph is not a finished run
- report what a task owns, not just the top-level graph
- install run reporting in the seam, not in one CLI's boot
- show the output of a command that builds no task graph
- scope a run to the command that started it, and show the theme choice
- offer task config, and keep a run's shape in the buffer
- read run answers from their own descriptor, not stdin
### Refactors
#### cli
- extract the pure run-row model out of the Ink components
### Documentation
- reshoot the CLI screenshot and add the web console
### Chores
#### cli
- add documentation images and update README references