fix(core): address jacob's review comments on local-invocation (license year, description truncation, callId parallel tracking)

This commit is contained in:
Adam Weidman
2026-05-18 14:42:48 -04:00
parent 553cc12a5b
commit c7538e326d
@@ -192,6 +192,7 @@ describe('contentPartsToGeminiParts', () => {
const content = [
{ type: 'custom_widget', payload: 123 },
] as unknown as ContentPart[];
const warnSpy = vi.spyOn(debugLogger, 'warn');
const result = contentPartsToGeminiParts(content);