From 51b6460bc5c3a299e8f0cd9e7d9fcea47183ff85 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:34:54 +0000 Subject: [PATCH 1/2] Initial plan From 6327fd3113c096b6b62eda39c08238592dc1b9e3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Aug 2026 06:37:05 +0000 Subject: [PATCH 2/2] fix: remove forbidden ElevenLabs endpoint literal from test comment --- backend/pkg/briefing/tts_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pkg/briefing/tts_test.go b/backend/pkg/briefing/tts_test.go index fdcd27c..4fd96de 100644 --- a/backend/pkg/briefing/tts_test.go +++ b/backend/pkg/briefing/tts_test.go @@ -56,7 +56,7 @@ func TestContentHash_DistinguishesVoiceAndModel(t *testing.T) { } // ttsServer stands in for the ElevenLabs API. Tests that use it never touch the -// real endpoint — CI must never reach api.elevenlabs.io. +// live endpoint — CI must never make outbound calls to ElevenLabs. func ttsServer(t *testing.T, handler http.HandlerFunc) (*ElevenLabs, *int32) { t.Helper() var calls int32