it0/it0_app/lib/features/chat/presentation/widgets
hailin 2403ce5636 feat: multi-turn conversation context management with session history UI
Implement DB-based conversation message storage (engine-agnostic) that
works across both Claude API and Agent SDK engines. Add ChatGPT/Claude-style
conversation history drawer in Flutter with date-grouped session list,
session switching, and new chat functionality.

Backend: entity, repository, context service, migration 004, session/message
API endpoints. Flutter: ConversationDrawer, sessionId flow from backend
response via SessionInfoEvent, session list/switch/delete support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 19:04:35 -08:00
..
agent_thinking_indicator.dart Initial commit: IT0 AI-powered server cluster operations platform 2026-02-08 22:54:37 -08:00
approval_action_card.dart fix: translate all remaining English UI strings to Chinese and remove dead code 2026-02-23 02:07:57 -08:00
conversation_drawer.dart feat: multi-turn conversation context management with session history UI 2026-02-24 19:04:35 -08:00
message_bubble.dart feat: add Markdown rendering and phone-call voice entry to chat UI 2026-02-23 07:31:40 -08:00
stream_text_widget.dart feat: add Markdown rendering and phone-call voice entry to chat UI 2026-02-23 07:31:40 -08:00
timeline_event_node.dart fix: resolve 3 timeline UI bugs (blank start, spinner style, tool status) 2026-02-23 18:13:30 -08:00
tool_execution_card.dart fix: translate all remaining English UI strings to Chinese and remove dead code 2026-02-23 02:07:57 -08:00