diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index db476ef7f..f6318d390 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.200.1] - 2026-06-01 + +### Fixed + +- Raise tracker mapping and common-pattern enrichment agent max turns to 10 to prevent `MaxTurnsExceededError` when the tool-call budget exceeded the limit + ## [0.200.0] - 2026-06-01 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index b792bc27c..9b45c23ee 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.200.0 +0.200.1