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
Copy file name to clipboardExpand all lines: doc/release-check-list.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@ Net effect: UT shrinks the manual matrix to "did the wiring and UI connect", not
203
203
-[ ]`C260``[new]``[UT✓]``[E2E]`**Leaving BYOK restarts and restores cloud models:** Clearing the custom model selection rebuilds the shared agent stack, reconnects Copilot without provider overrides, and restores its native cloud catalog. _(UT: clean cloud discovery and settings rebuild tests; #447; E2E: `Feature.ByokProvider`.)_
204
204
-[ ]`C261``[new]``[UT✓]``[E2E]`**Compact height keeps the recommendation and input usable:** At the real Agent Pane splitter minimum, the selected recommendation summary, Run/Insert actions, and editable input remain visible, and Insert still targets the owning shell without discarding its draft. _(UT: compact action-panel planning, recommendation rendering, and minimum-size tests; #580; E2E: `Feature.AgentCompactLayout`.)_
205
205
-[ ]`C258``[new]``[UT✓]``[E2E]`**Proposal MCP routing is isolated per tab:** Each ACP session receives a distinct proposal MCP server identity, and tool calls route only to that session's owning Helper even after another tab connects. _(UT: `server_configs_isolate_session_identity_and_capability`, proposal MCP capability routing tests; #560; E2E: `Feature.ProposalMcpRouting`.)_
206
-
-[ ]`C284``[new]``[UT✓]``[E2E]`**Tab-targeted terminal actions accept a direction hint across Session MCP:** A validated `open_and_send` request may retain a direction hint when its destination is a new tab. _(#599; E2E: `Feature.AgentProtocolExperience`.)_
206
+
-[ ]`C284``[new]``[UT✓]``[E2E]`**New-tab command workspaces accept a split-direction hint across Session MCP:** A validated `create_workspace` request with a command may retain a `split_direction` hint when its placement is `new_tab`. _(#599; E2E: `Feature.AgentProtocolExperience`.)_
207
+
-[ ]`C285``[new]``[UT✓]``[E2E]`**Empty workspaces open without sending a command across Session MCP:** After confirmation, `create_workspace` with `command` omitted creates a new empty terminal tab without typing the proposal summary into its shell. _(#683; E2E: `Feature.AgentProtocolExperience`.)_
208
+
-[ ]`C286``[new]``[UT✓]``[E2E]`**Delegated tasks reach the configured agent in a new workspace across Session MCP:** After confirmation, `delegate_task_in_new_workspace` opens a new terminal tab with the configured delegate command and passes it the exact requested task. _(#683; E2E: `Feature.AgentProtocolExperience`.)_
207
209
-[x]`C081``[UT✓]`**Unknown slash command is safe:** Unknown `/command` does not lose user input or crash.
208
210
-[ ]`C225``[E2E]`**`/agent` picker works:**`/agent` opens a keyboard-operable picker containing the current installed/allowed agents, and selecting the current agent is a safe no-op.
209
211
-[ ]`C241``[new]``[E2E]`**`/agent` completion selection is safe:** Enter activates the highlighted matching agent without rebuilding the pane or changing the global default when it is already selected. _(#487; E2E: `Feature.PerTabAgent`.)_
0 commit comments