Skip to content

diag: add on-screen debug log panel to call UI#26

Merged
amethystani merged 1 commit intomainfrom
claude/vibrant-austin-0gQm9
Mar 24, 2026
Merged

diag: add on-screen debug log panel to call UI#26
amethystani merged 1 commit intomainfrom
claude/vibrant-austin-0gQm9

Conversation

@amethystani
Copy link
Contributor

Adds a small "show log" toggle button in the top-right corner of the call screen. Tapping it opens a scrollable live log panel showing every ElevenLabs event:

✅ CONNECTED
🔄 MODE → speaking
💬 AI: "Thank you for calling..."
❌ DISCONNECTED reason=agent uptimeMs=3241 closeCode=1000 closeReason="..."
🔴 ERROR: "..." ctx=...

This makes it possible to see exactly what the agent says and why it disconnects without needing browser devtools.

https://claude.ai/code/session_01SGdxNUC1TVMDtW73TZbxjW

@netlify
Copy link

netlify bot commented Mar 24, 2026

Deploy Preview for gonnaai ready!

Name Link
🔨 Latest commit 012ee5f
🔍 Latest deploy log https://app.netlify.com/projects/gonnaai/deploys/69c2012f8ceecc0008814db7
😎 Deploy Preview https://deploy-preview-26--gonnaai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 27
Accessibility: 97
Best Practices: 100
SEO: 100
PWA: 80
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Adds a small "show log" toggle button in the top-right corner of the call
screen (both active-call and start-call states). Tapping it reveals a
scrollable panel showing every ElevenLabs event in real time:

  ✅ CONNECTED
  🔄 MODE → speaking
  💬 AI: "Thank you for calling..."
  ❌ DISCONNECTED reason=agent uptimeMs=3241 closeCode=... closeReason="..."
  🔴 ERROR: "..." ctx=...

This makes it possible to see exactly what the agent says and why it
disconnects without opening browser devtools.

https://claude.ai/code/session_01SGdxNUC1TVMDtW73TZbxjW
@amethystani amethystani force-pushed the claude/vibrant-austin-0gQm9 branch from 9a0a215 to 012ee5f Compare March 24, 2026 03:12
@amethystani amethystani merged commit 94390a5 into main Mar 24, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants