MicroFish/frontend
Claude f46cd6df4f
Add chat web app for real-time agent conversations
Adds a dedicated ChatView at /chat/:simulationId where users can select
any simulation agent and have a back-and-forth conversation using the
existing /api/simulation/interview endpoint. Includes agent sidebar,
message history, typing indicator, platform selector, and auto-resizing
input. Also adds a "Chat with Agents" button in Step3Simulation that
becomes active once the simulation completes.

https://claude.ai/code/session_01E1vDJe5FSWLMzT5eqAzhAG
2026-06-02 02:21:45 +00:00
..
public Remove outdated README.md and update favicon in index.html 2025-12-16 20:58:48 +08:00
src Add chat web app for real-time agent conversations 2026-06-02 02:21:45 +00:00
.gitignore Add project status report and frontend documentation 2025-12-10 14:49:11 +08:00
index.html fix(i18n): set HTML lang attribute before Vue mounts via inline script 2026-04-02 14:21:09 +08:00
package-lock.json fix(security): upgrade axios, rollup, picomatch to fix 3 high severity vulnerabilities 2026-04-02 15:00:33 +08:00
package.json fix(security): upgrade axios, rollup, picomatch to fix 3 high severity vulnerabilities 2026-04-02 15:00:33 +08:00
vite.config.js fix(i18n): fix curly quotes and missing @ alias in vite config 2026-04-01 15:45:43 +08:00