Skip to content

Commit 06ca05e

Browse files
DDKingerCopilot
andcommitted
Address delegate review feedback
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 8b0a2b53-dbbe-4b64-b09b-6c5b6d5e084a
1 parent 2eecac7 commit 06ca05e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/cascadia/TerminalSettingsEditor/Resources/qps-ploc/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
</data>
12541254
<data name="Profile_CommandPaletteAgent.HelpText" xml:space="preserve">
12551255
<value>Choose the agent used for command palette delegation in this profile. This selection takes precedence over the global delegate agent setting.</value>
1256-
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm} Description for the per-profile command palette agent setting.</comment>
1256+
<comment>Description for the per-profile command palette agent setting.</comment>
12571257
</data>
12581258
<data name="Profile_AgentPaneBackend_AgentFormat" xml:space="preserve">
12591259
<value>{0} · {1}</value>

src/cascadia/TerminalSettingsEditor/Resources/qps-ploca/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
</data>
12541254
<data name="Profile_CommandPaletteAgent.HelpText" xml:space="preserve">
12551255
<value>Choose the agent used for command palette delegation in this profile. This selection takes precedence over the global delegate agent setting.</value>
1256-
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm} Description for the per-profile command palette agent setting.</comment>
1256+
<comment>Description for the per-profile command palette agent setting.</comment>
12571257
</data>
12581258
<data name="Profile_AgentPaneBackend_AgentFormat" xml:space="preserve">
12591259
<value>{0} · {1}</value>

src/cascadia/TerminalSettingsEditor/Resources/qps-plocm/Resources.resw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
</data>
12541254
<data name="Profile_CommandPaletteAgent.HelpText" xml:space="preserve">
12551255
<value>Choose the agent used for command palette delegation in this profile. This selection takes precedence over the global delegate agent setting.</value>
1256-
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm} Description for the per-profile command palette agent setting.</comment>
1256+
<comment>Description for the per-profile command palette agent setting.</comment>
12571257
</data>
12581258
<data name="Profile_AgentPaneBackend_AgentFormat" xml:space="preserve">
12591259
<value>{0} · {1}</value>

tools/wta/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2330,7 +2330,7 @@ async fn delegate_with_context(
23302330
.filter(|command| !command.is_empty())
23312331
.is_none()
23322332
{
2333-
anyhow::bail!("no command palette agent configured");
2333+
anyhow::bail!("--delegate-agent is required when --delegate-source is supplied");
23342334
}
23352335
let delegate_agents = crate::coordinator::default_delegate_agent_runtimes(
23362336
delegate_agent_cmd,

0 commit comments

Comments
 (0)