docs(release): resolve v0.9 UI acceptance cutline#2854
Conversation
There was a problem hiding this comment.
Hmbown has reached the 50-review limit for trial accounts. To continue receiving code reviews, upgrade your plan.
There was a problem hiding this comment.
Code Review
This pull request updates the main and TUI changelogs, as well as the v0.9.0 release acceptance documentation, to document the status of several feature gates (shipping transcript tool-collapse, sidebar detail popovers, and Plan review/handoff artifacts, while deferring the first-look redesign). The review feedback suggests minor grammatical improvements in the changelog entries to enhance readability.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| (#2679). The UI/workflow UX rows now also distinguish shipped transcript | ||
| tool-run collapse, sidebar detail popovers, and PlanArtifact review/handoff | ||
| evidence from the deferred first-look/home redesign (#2692, #2694, #2691, | ||
| #2713). |
There was a problem hiding this comment.
For better grammatical flow, consider adding the definite article 'the' before 'shipped transcript'.
| (#2679). The UI/workflow UX rows now also distinguish shipped transcript | |
| tool-run collapse, sidebar detail popovers, and PlanArtifact review/handoff | |
| evidence from the deferred first-look/home redesign (#2692, #2694, #2691, | |
| #2713). | |
| (#2679). The UI/workflow UX rows now also distinguish the shipped transcript | |
| tool-run collapse, sidebar detail popovers, and PlanArtifact review/handoff | |
| evidence from the deferred first-look/home redesign (#2692, #2694, #2691, | |
| #2713). |
| (#2679). The UI/workflow UX rows now also distinguish shipped transcript | ||
| tool-run collapse, sidebar detail popovers, and PlanArtifact review/handoff | ||
| evidence from the deferred first-look/home redesign (#2692, #2694, #2691, | ||
| #2713). |
There was a problem hiding this comment.
For better grammatical flow, consider adding the definite article 'the' before 'shipped transcript'.
| (#2679). The UI/workflow UX rows now also distinguish shipped transcript | |
| tool-run collapse, sidebar detail popovers, and PlanArtifact review/handoff | |
| evidence from the deferred first-look/home redesign (#2692, #2694, #2691, | |
| #2713). | |
| (#2679). The UI/workflow UX rows now also distinguish the shipped transcript | |
| tool-run collapse, sidebar detail popovers, and PlanArtifact review/handoff | |
| evidence from the deferred first-look/home redesign (#2692, #2694, #2691, | |
| #2713). |
Summary
Verification
cargo test -p codewhale-tui chat_widget_collapses_dense_tool_runs_by_default --lockedcargo test -p codewhale-tui chat_widget_expands_dense_tool_runs_on_demand --lockedcargo test -p codewhale-tui sidebar_hover --lockedcargo test -p codewhale-tui subagent_hover_text_preserves_full_agent_id_and_progress --lockedcargo test -p codewhale-tui plan_prompt_renders_rich_plan_artifact_sections --lockedcargo test -p codewhale-tui plan_update_cell_renders_rich_artifact_metadata --lockedcargo test -p codewhale-tui first_run_user_always_starts_at_welcome --lockedgit diff --checkcmp -s CHANGELOG.md crates/tui/CHANGELOG.md./scripts/release/check-versions.sh./scripts/release/check-ohos-deps.shCredit
Preserves the already-landed contributor trail for #2692/#2694/#2691/#2713 while making the release cutline explicit.