diff --git a/frontend/src/components/FloatingTranscriptDebug.vue b/frontend/src/components/FloatingTranscriptDebug.vue
index 4c5bb11..479cfe4 100644
--- a/frontend/src/components/FloatingTranscriptDebug.vue
+++ b/frontend/src/components/FloatingTranscriptDebug.vue
@@ -1,7 +1,7 @@
+
+
+
+
{{ agent }}
+
+
+
+
+
+
+
+
diff --git a/frontend/src/components/transcript-debug/index.ts b/frontend/src/components/transcript-debug/index.ts
index be12e57..39a3bb2 100644
--- a/frontend/src/components/transcript-debug/index.ts
+++ b/frontend/src/components/transcript-debug/index.ts
@@ -12,4 +12,5 @@ export { default as UserInput } from './UserInput.vue'
export { default as PermissionApproval } from './PermissionApproval.vue'
export { default as PlanApproval } from './PlanApproval.vue'
export { default as CodeBlock } from './CodeBlock.vue'
+export { default as AgentBadge } from './AgentBadge.vue'
export { AquaticBackground } from './aquaticBackground'