You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@
47
47
## Recent Changes & Rationale
48
48
- For a concise summary of the latest implementation updates (Markdown rendering, mock persistence, drawer UI, centered layouts, headers), see `docs/IMPLEMENTATION_NOTES.md`.
49
49
- UI primitives and usage are documented in `docs/ui/components.md`; tokens are described in `docs/ui/tokens.md`.
50
+
- Sidebar improvements: Calendar sidebar now provides a day-actions tooltip (create/see) and integrates with the main view. See `docs/ui/sidebar.md`.
2025-10-03: EmpathyLabSidebar restructure: sticky top preset bar, Tracking Permissions panel only, sticky privacy banner; removed Use Cases/About from sidebar.
60
+
2025-10-03: EmpathyLab: wrapped VideoFrame in Panel titled 'Webcam Viewer'; sidebar now shows individual consent mini-cards (no permissions panel wrapper).
61
+
2025-10-03: Fix HumeTest rendering: guard against object children (status, message.role/content); normalize to strings to avoid React object child error).
62
+
2025-10-03: Fix Hume connect(): pass default audioConstraints to avoid destructuring error in VoiceProvider.
63
+
2025-10-03: Docs: added Hume EVI technical guide (server token endpoint, client VoiceProvider, session settings timing, function calling, TTS).
64
+
2025-10-03: Server: added Hume proxy routes (/api/hume/configs|prompts|tools) using server-side API key; kept existing /api/services/hume/token.
2025-10-03: EmpathyLab sidebar: added EVI Configuration accordion with form + Saved EVI Configs list; uses /api/hume/configs via client helper; persisted to localStorage.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,9 @@ npm run dev
203
203
- Stories live under `src/**/*.stories.jsx` (examples: `src/components/BoothHeader.stories.jsx`, `src/components/ui/*.stories.jsx`, `src/stories/Tokens.stories.jsx`).
204
204
- Use the “Accessibility” panel to scan for WCAG issues; the “Interactions” panel can step through play functions.
205
205
- Tokens: inspect color/typography via `Tokens/Overview` story.
206
-
- Docs: UI tokens (`docs/ui/tokens.md`) and components (`docs/ui/components.md`).
206
+
- Docs: UI tokens (`docs/ui/tokens.md`) and components (`docs/ui/components.md`).
207
+
- Sidebars: see `docs/ui/sidebar.md`; upcoming plan in `docs/ui/storybook-episode-02.md`.
208
+
- Voice/EVI: Hume integration guide in `docs/integrations/hume-evi.md`.
0 commit comments