Files
LangBot/web
Junyan Chin 2d837c9cb4 feat: add in-product survey system (#2008)
* feat: add in-product survey system

- SurveyManager: event-based trigger, Space API communication
- Trigger on first successful non-WebSocket response
- Backend API: /api/v1/survey/{pending,respond,dismiss}
- Frontend: floating survey widget with progressive questions
- Flat radio/checkbox style (not dropdown Select)

* fix: persist triggered survey events to disk across restarts

Store triggered events in data/survey_triggered_events.json so that
restarting the process doesn't re-query Space for already-triggered events.

* fix: use metadata table for survey event persistence instead of file

Store triggered events in the existing metadata KV table
(key='survey_triggered_events') instead of a standalone JSON file.

* fix: ruff format and prettier fixes
2026-02-26 13:50:14 +08:00
..
2025-04-28 21:41:03 +08:00
2025-07-26 19:45:38 +08:00
2025-12-10 14:21:41 +08:00
2026-02-09 00:41:34 +08:00
2025-05-10 17:16:57 +08:00
2025-05-07 18:06:44 +08:00
2025-05-10 17:16:57 +08:00

Debug LangBot Frontend

Please refer to the Development Guide for more information.