This unifies the parameter naming convention across file-related tools (edit, write_file, read_file) to consistently use file_path. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- 在 SessionUpdateMeta 中添加 timestamp 字段 - 为 UserMessageChunkUpdate 和 ToolCallUpdate 添加 _meta 字段 - 在 QwenAgentManager 中使用 server timestamp 而非客户端时间 - 在 QwenSessionUpdateHandler 中解析并传递 tool call timestamp - 在 useToolCalls 中改进 timestamp 解析逻辑 - 修正 App.tsx 中 timestamp 处理,使用 nullish-coalescing operator - 为 ToolCallUpdateData 和 ToolCallUpdate 类型添加 timestamp 和 _meta feat(integration-tests): add file location extraction for tool calls feat(webui): enhance ReadToolCall component with content preview and expand/collapse refactor(webui): simplify SaveMemoryToolCall component UI Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>