web-client-vite/src
Markov d5eaa13b21 Phase 1: streaming UI + thinking blocks in ChatPanel
- Agent streaming: real-time text deltas in chat
- Thinking/reasoning: collapsible block with agent's thinking process
- Tool call indicators: shows running/completed tools
- Streaming bubble with pulse animation while agent generates
- Message type updated with 'thinking' field
2026-02-27 06:57:51 +01:00
..
assets feat: initial Vite + React migration from Next.js 2026-02-23 23:28:21 +01:00
components Phase 1: streaming UI + thinking blocks in ChatPanel 2026-02-27 06:57:51 +01:00
lib Phase 1: streaming UI + thinking blocks in ChatPanel 2026-02-27 06:57:51 +01:00
pages feat: @mention autocomplete in chat input + mention highlighting 2026-02-25 06:01:30 +01:00
App.css feat: initial Vite + React migration from Next.js 2026-02-23 23:28:21 +01:00
App.tsx feat: initial Vite + React migration from Next.js 2026-02-23 23:28:21 +01:00
index.css feat: initial Vite + React migration from Next.js 2026-02-23 23:28:21 +01:00
main.tsx fix: deduplicate WS messages in ChatPanel + remove StrictMode 2026-02-24 10:15:12 +01:00