mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 16:25:51 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as React from 'react'
|
||||
import { MessageResponse } from '../../components/MessageResponse.js'
|
||||
import { supportsHyperlinks } from '@anthropic/ink'
|
||||
import { Link, Text } from '@anthropic/ink'
|
||||
import { supportsHyperlinks } from '../../ink/supports-hyperlinks.js'
|
||||
import { Link, Text } from '../../ink.js'
|
||||
import { renderToolResultMessage as renderDefaultMCPToolResultMessage } from '../../tools/MCPTool/UI.js'
|
||||
import type { MCPToolResult } from '../../utils/mcpValidation.js'
|
||||
import { truncateToWidth } from '../format.js'
|
||||
|
||||
Reference in New Issue
Block a user