Skip to content

Commit c794f59

Browse files
authored
chore(release): v0.17.5 (#233)
1 parent 0885b65 commit c794f59

4 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.17.5 — 2026-07-05
4+
5+
### Added
6+
7+
- **Worker escalation on repeated review feedback** — when the reviewer repeats near-identical revise feedback (the 0.17.4 stagnation signal), the pipeline now escalates the worker once and retries in-session before giving up: `worker.escalateModel` when it differs from what the next iteration would run anyway, plus a reasoning-effort bump to `high` (active with zero config). Same feedback after escalation → early abort as before, with the feedback persisted for the next attempt. Escalation policy (iteration-count + signal) now lives in `workerEscalation.ts`. (INT-2475, #232)
8+
39
## 0.17.4 — 2026-07-05
410

511
### Fixed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -530,11 +530,11 @@ the CLI (fire-and-forget with a short timeout, and failures are silently ignored
530530
Full version history lives in **[CHANGELOG.md](CHANGELOG.md)** and the
531531
[GitHub Releases](https://github.com/unohee/OpenSwarm/releases) page.
532532

533-
Latest — **v0.17.4**: the reviewer-revise treadmill is broken — failed
534-
attempts persist their reviewer feedback and re-attempts start with it
535-
injected, a repeating reviewer ends the session early, and fan-out winner
536-
promotion no longer dies on dirty projects. Plus v0.17.3's duplicate-daemon
537-
prevention and fan-out execution fixes. See CHANGELOG.md for the rest.
533+
Latest — **v0.17.5**: a repeating reviewer now triggers a one-shot worker
534+
escalation (higher model and/or `high` effort) before the session gives up —
535+
on top of v0.17.4's cross-session feedback persistence and fan-out
536+
dirty-promotion fix, and v0.17.3's duplicate-daemon prevention. See
537+
CHANGELOG.md for the rest.
538538

539539
---
540540

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intrect/openswarm",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"description": "Autonomous AI agent orchestrator — Claude, GPT, Codex, and local models (Ollama/LMStudio/llama.cpp)",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)