From d9016b2d3ae2cbf7bb496be05af476be2491d958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 12 Jun 2026 19:03:47 +0200 Subject: [PATCH] Release probod/v0.209.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/probod/CHANGELOG.md | 21 +++++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index e6e787dd8..26bcb521e 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.209.0] - 2026-06-12 + +### Added + +- Common third-party enricher worker that fills the global catalog (legal name, headquarters, canonical website, compliance docs, certifications, logo, owned domains) with per-field provenance and confidence thresholds; opt-in, no-ops without an agent provider +- Tracker mapping and common-pattern enrichment agents can now open pages with a read-only headless browser (gated on Chrome endpoint) to read setters from cookie-database and policy pages +- Discovery and persistence of common third-party owned domains, used to re-resolve previously unmapped tracker patterns +- `Cache-Control` and `ETag` on `/api/files/v1/static` brand assets; startup validation of required assets + +### Changed + +- Tracker enrichment agent now restates source-page descriptions in its own words rather than copying them verbatim +- Common third-party enrichment agents run in parallel after website resolution; prompts rewritten in role/task/instructions XML style with a calibrated confidence rubric +- Oversized logo responses are rejected instead of truncated; ownership substring matching tightened with a length-ratio guard; per-agent error text sanitized and bounded before persistence + +### Fixed + +- Activate-login path +- `find_links_matching` browser tool double-encoded its pattern, starving any agent using it +- Worker confidence threshold of `0` no longer dropped by Helm falsy-numeric truthiness + ## [0.208.1] - 2026-06-12 ### Fixed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index e6b9c09ba..162709439 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.208.1 +0.209.0