it0/it0_app/lib/features/chat/presentation/widgets
hailin 9546dab93d fix(it0_app): stop using systemPrompt as conversation title
Voice sessions set systemPrompt to the voice-mode instruction string,
causing every voice conversation to display '你正在通过语音与用户实时对话。请…'
as its title in the chat history list.

Title derivation priority (highest to lowest):
  1. metadata.title  — explicit title saved by backend on first task
  2. metadata.voiceMode == true → '语音对话 M/D HH:mm'
  3. Fallback → '对话 M/D HH:mm' based on session createdAt
2026-03-04 02:32:08 -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: resolve bottom overflow issues in chat page timeline rendering 2026-02-28 01:38:37 -08:00
conversation_drawer.dart fix(it0_app): stop using systemPrompt as conversation title 2026-03-04 02:32:08 -08:00
message_bubble.dart feat: add multimodal image input with streaming markdown optimization 2026-02-28 03:24:17 -08:00
stream_text_widget.dart feat: add multimodal image input with streaming markdown optimization 2026-02-28 03:24:17 -08:00
timeline_event_node.dart fix: remove clipboard paste menu item, fix timeline line overlap, dim input placeholder 2026-02-28 05:05:27 -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