|
2 | 2 |
|
3 | 3 | ## Release Metadata |
4 | 4 |
|
5 | | -- version: `v1.1.25` |
6 | | -- start_commit: `d6ffb6d1c1112be2d0a6bbac079895d22b5ec564` |
7 | | -- end_commit: `585b57a0ba94545fdcba27f3cfed32acb9669b84` |
8 | | -- commits_in_range: `4` |
| 5 | +- version: `v1.1.26` |
| 6 | +- start_commit: `e1a5ba4910e4020590a6386d638071eda62d0dd9` |
| 7 | +- end_commit: `2b586c0976968d3f064ff6f5e58ace21e19c404f` |
| 8 | +- commits_in_range: `2` |
9 | 9 |
|
10 | 10 | ## Highlights |
11 | 11 |
|
12 | | -- Shorten no-edit recovery for stuck OpenAI Codex WorkerPal jobs so off-track tasks fail or recover faster instead of burning a full execution window. |
13 | | -- Skip low-value critic retries after deterministic fast validation failures, preserving remaining job budget for actionable repair attempts. |
14 | | -- Reduce duplicate cooldowns for narrow contract/test retry families so WorkerPals can respond to active validation noise without waiting through stale long cooldowns. |
15 | | -- Sanitize stale planner path hints before WorkerPal execution, including stale prose guidance, so workers do not chase nonexistent repo prefixes such as outdated client/app paths. |
16 | | -- Ship the updated WorkerPal sandbox mirror in the packaged CLI runtime assets. |
| 12 | +- Add an autonomy WorkerPal failure circuit for repeated no-publishable/no-edit outcomes so background autonomy stops creating new jobs during unhealthy windows. |
| 13 | +- Suppress repeated autonomy jobs that match recent no-publishable failures by pattern key or overlapping target paths, with structured retry metadata instead of another long WorkerPal attempt. |
| 14 | +- Teach RemoteBuddy autonomy dispatch to honor structured enqueue rejections with a timed backoff, reducing repeat dispatch loops after safety gates fire. |
| 15 | +- Add bounded WorkerPal cooldown metadata for OpenAI Codex no-publishable and broad/off-track timeout failures so retry storms pause after exhausted attempts. |
| 16 | +- Ship the updated RemoteBuddy and WorkerPal sandbox runtime mirror in the packaged CLI assets. |
17 | 17 |
|
18 | 18 | ## Validation |
19 | 19 |
|
@@ -46,7 +46,7 @@ bun install -g @pushpalsdev/cli |
46 | 46 | ## Known Issues |
47 | 47 |
|
48 | 48 | - Docker-backed WorkerPal execution still requires Docker to be installed and running when WorkerPal auto-spawn is enabled; `pushpals --clear` cleanup is best-effort when Docker is unavailable or times out. |
49 | | -- Active runtimes that were started from `v1.1.24` or earlier must be restarted after installing this release before stale-path sanitization and faster WorkerPal recovery behavior take effect. |
| 49 | +- Active runtimes that were started from `v1.1.25` or earlier must be restarted after installing this release before the new autonomy failure circuits, dispatch backoff, and WorkerPal cooldown behavior take effect. |
50 | 50 | - Codex `gpt-5.5` requires a recent Codex CLI; older Codex CLIs fall back to `gpt-5.4` for WorkerPal and RemoteBuddy Codex execution when they report model incompatibility. |
51 | 51 | - GitHub contribution credit for WorkerPal commits requires the configured commit email to be associated with the target GitHub account. |
52 | 52 | - User-local `runtime/configs/local.toml` overrides can preserve older runtime defaults during manual smoke testing; use `pushpals --clear` or remove the local override to pick up new packaged defaults. |
|
0 commit comments