1.0.0-alpha.4
mukul975/cve-mcp-server1.0.0-alpha.4Aug 29, 2026by tyt2y3
AI Summary
This release expands segmentation capabilities by removing the 255-character limit on the watershed detail parameter, allowing for finer segmentation, and updates the visioncortex dependency to 0.9.3 for minor bug fixes.
Key Highlights
- Removed cap on `--watershed-detail` to allow extremely fine segmentation.
- Updated upstream dependency `visioncortex` to 0.9.3.
- Default value for watershed detail remains 128.
New Features
- Enhanced segmentation granularity beyond the previous 255 limit.
Full Release Notes
### Changed * `--watershed-detail` (and `watershed_detail` on `Config` and in the Python and Node bindings) is no longer capped at 255 — it now accepts any value, so extremely fine segmentation is reachable past the old ceiling. The default stays 128 and each +25.5 still roughly doubles the region count. * Bump `visioncortex` to 0.9.3 — a minor upstream bug fix.