@@ -13,6 +13,8 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
1313
1414## [ Unreleased]
1515
16+ ## [ 0.3.11] - 2026-08-31
17+
1618### Changed
1719
1820- Completing a workflow step is a ` submit_output ` tagged with that step's id.
@@ -23,19 +25,22 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename
2325 or interrupted worker and returns immediately. ` wait_agents ` collects the
2426 reply. ` send_input ` steers only an in-flight running turn. Closed workers
2527 stay closed.
26- - ` corbits resume ` lists completed, failed, and crashed sessions alongside
27- in-progress ones, ordered by last persist rather than start time.
28- ` --force ` is no longer required to see finished threads. The picker shows
29- the 10 most recent sessions and type-to-filter narrows that list.
28+ - ` corbits resume ` orders sessions by last persist. The picker shows the 10
29+ most recent sessions and type-to-filter narrows that list. Default rows are
30+ running and cancelled; ` --force ` includes failed and done.
31+
32+ ### TUI
33+
34+ - ` /yolo ` is listed on the landing screen and on permission prompts.
35+ - Git fatal stderr stays off the TUI when the working directory is not a
36+ repository.
3037
3138### Fixed
3239
3340- Failed sessions with an ` error ` string in ` run.json ` are valid resume
34- candidates, not corrupt files. The default picker still shows only
35- running and cancelled sessions; ` --force ` includes failed and done. A
36- truly unreadable session id prints one recovery line; parse diagnostics
37- go to the structured log, not the terminal. Renaming a session does not
38- overwrite an unreadable ` run.json ` .
41+ candidates, not corrupt files. A truly unreadable session id prints one
42+ recovery line; parse diagnostics go to the structured log, not the
43+ terminal. Renaming a session does not overwrite an unreadable ` run.json ` .
3944- ` ask_operator ` no longer pre-authorizes a model-authored shell command when
4045 the operator picks any option, including Reject. Clarification choices
4146 cannot mint shell grants.
0 commit comments