diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 3a081e0..cff4239 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -240,7 +240,7 @@ function triggerToolFlash() { }, 500) } -type PageName = 'home' | 'canvas' | 'components' | 'themes' | 'project-canvas' | 'database' | 'source' | 'terminal' | 'tools' +type PageName = 'home' | 'canvas' | 'components' | 'themes' | 'project-canvas' | 'database' | 'source' | 'terminal' | 'tools' | 'agents' onMounted(async () => { // Connect to WebSocket for Claude status updates @@ -357,6 +357,10 @@ watch(() => route.name, (newPage) => { {{ projectCanvasStore.activeCanvas.name }} Sistema +