chore(vscode-ide-companion): rm comment about claude

This commit is contained in:
yiliang114
2025-12-08 13:04:06 +08:00
parent e8b4ee111c
commit 96cd685b1b
16 changed files with 21 additions and 63 deletions

View File

@@ -18,15 +18,8 @@ interface AssistantMessageProps {
}
/**
* AssistantMessage component - renders AI responses with Claude Code styling
* AssistantMessage component - renders AI responses with Qwen Code styling
* Supports different states: default, success, error, warning, loading
*
* Claude Code DOM structure:
* <div class="K o"><span class="i"><p>...</p></span></div>
*
* Styles:
* .o - outer container with padding-left: 30px and ::before for bullet
* .i - inner span wrapper
*/
export const AssistantMessage: React.FC<AssistantMessageProps> = ({
content,