feat(core): Disable fast ack helper for hints. (#21011)

This commit is contained in:
joshualitt
2026-03-04 12:56:56 -08:00
committed by GitHub
parent f9d45e5330
commit 310492e5e2
5 changed files with 0 additions and 36 deletions
-10
View File
@@ -82,7 +82,6 @@ import {
ChangeAuthRequestedError,
ProjectIdRequiredError,
CoreToolCallStatus,
generateSteeringAckMessage,
buildUserSteeringHintPrompt,
logBillingEvent,
ApiKeyUpdatedEvent,
@@ -2109,15 +2108,6 @@ Logging in with Google... Restarting Gemini CLI to continue.
return;
}
void generateSteeringAckMessage(
config.getBaseLlmClient(),
pendingHint,
).then((ackText) => {
historyManager.addItem({
type: 'info',
text: ackText,
});
});
void submitQuery([{ text: buildUserSteeringHintPrompt(pendingHint) }]);
}, [
config,