You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(release): cut 2.4.1 with runtime stabilization fixes
Stabilize local run execution by fixing HITL prompt flow, context propagation, model/error handling, and export readability. This release also adds web-first research tool routing and optional auto-export after runs for faster operator workflows.
Made-with: Cursor
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.4.1] — 2026-03-31
11
+
12
+
### Fixed
13
+
14
+
-**HITL prompt loop + context handoff** — Clarification responses are now reused across subtasks, repeated clarification prompts are deduplicated/capped, and follow-up tasks inherit prior user decisions instead of re-asking equivalent questions.
15
+
-**Run view prompt stability** — Local clarification prompts now pause/resume live rendering cleanly, reducing TUI corruption and preventing hidden/stuck prompts during interactive runs.
16
+
-**Silent-failure propagation** — Agent failures now surface as explicit task failures (instead of empty-success paths), with clearer errors for missing model configuration.
17
+
-**Executor compatibility regression** — Restored `budget_manager` compatibility on the runtime executor path to avoid end-of-run `AttributeError` crashes.
18
+
19
+
### Changed
20
+
21
+
-**Research tool routing defaults** — Tool selection now biases web-first for research/business discovery tasks when no local dataset path is provided.
22
+
-**Export readability + content coverage** — Run export now backfills task outputs from tool traces when direct task result payloads are missing, and includes richer run details in markdown/html/latex/docx outputs.
23
+
-**Duration formatting** — CLI run summary and export outputs now prefer `HH:MM:SS` format.
24
+
-**Telemetry noise control** — Console span export is now opt-in (`DEVSPER_OTEL_CONSOLE=1`) to keep interactive TUI output clean by default.
0 commit comments