feat(cli): implement useAgentStream hook (#24292)

Co-authored-by: Adam Weidman <adamfweidman@gmail.com>
Co-authored-by: Adam Weidman <adamfweidman@google.com>
This commit is contained in:
Michael Bleigh
2026-04-09 12:06:27 -07:00
committed by GitHub
parent f387e456be
commit e406856343
7 changed files with 758 additions and 9 deletions
@@ -76,7 +76,6 @@ export class LegacyAgentProtocol implements AgentProtocol {
this._config = deps.config;
this._client = deps.client ?? deps.config.getGeminiClient();
this._promptId = deps.promptId ?? deps.config.promptId ?? '';
if (deps.scheduler) {
this._scheduler = deps.scheduler;
} else {