This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+5 more
Summary
AI summaryUpdates Internals, internal/forecast/CHANGELOG.md, and 1.26 across a mixed release.
Full changelog
Features
-
Forecast trajectory modal. Click "Projected X% at reset" on a session or weekly gauge to open a modal showing the actual Monte Carlo trajectories the §6 simulator is producing: a fog of ~120 sampled paths, the empirical 10/90 percentile band traced from the same paths, the posterior mean line, observed snapshots so far, and a small first-passage histogram on the threshold line with the MC median ETA. New endpoint
GET /api/forecast/sample?gauge=session|weeklyre-runs the MC with trajectories collected; payload is subsampled in both the trajectory and time dimensions so weekly stays under ~200KB. The §6 MC core is shared withEstimateETAso the modal and the cached ETA summary always agree. -
Versioned forecast model. The forecast spec now carries a
forecast.ModelVersionidentifier (v1.0today). It's surfaced on every/api/forecastand/api/forecast/sampleresponse, in the modal subtitle, and in the diagnostics report. Retired specs will move tointernal/forecast/archive/<version>/when the model changes meaningfully;internal/forecast/CHANGELOG.mdsummarises each bump. -
claumon diagnosticssubcommand. Replays the forecaster across past completed sessions and prints calibration metrics (80% CI coverage, MAE ofF, ETA accuracy) stamped with the model version. Useful for deciding whether a model change actually improves accuracy before shipping it.
Internals
- CI workflows bumped to Node-24-compatible action versions (
actions/checkoutv4→v6,actions/setup-gov5→v6,goreleaser/goreleaser-actionv6→v7); workflow Go version aligned togo.mod(1.26).
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Claumon
All releases →Related context
Related tools
Earlier breaking changes
- v0.14.0 Forecast model v2.1 removes CI inversion cap; interval now raw p10/p90 uncapped.
Beta — feedback welcome: [email protected]