feat(cortex): update chat/nudge flow, deepgram streaming and agenda form

Refines chat panel, nudge messages and artifact rendering, reworks
deepgram token/streaming handling, and adds test tooling deps
(playwright, cypress) to package.json.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
colinislit
2026-07-09 22:37:46 +02:00
parent 6c6dae5eb7
commit cdeea793bd
20 changed files with 1634 additions and 283 deletions

8
.gitignore vendored
View File

@@ -12,6 +12,14 @@
# testing
/coverage
/playwright/.auth/
/tests/playwright/.auth/
/tests/playwright-report/
/tests/test-results/
/playwright-report/
/test-results/
/tests/cypress/videos/
/tests/cypress/screenshots/
# next.js
/.next/