mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 05:45:51 +00:00
feat: 第一个可以用的 ink 组件抽象 (#158)
This commit is contained in:
@@ -2,7 +2,7 @@ import type { ContentBlockParam } from '@anthropic-ai/sdk/resources/messages.mjs
|
||||
import type { UUID } from 'crypto'
|
||||
import type React from 'react'
|
||||
import type { PermissionResult } from '../entrypoints/agentSdkTypes.js'
|
||||
import type { Key } from '../ink.js'
|
||||
import type { Key } from '@anthropic/ink'
|
||||
import type { PastedContent } from '../utils/config.js'
|
||||
import type { ImageDimensions } from '../utils/imageResizer.js'
|
||||
import type { TextHighlight } from '../utils/textHighlighting.js'
|
||||
|
||||
Reference in New Issue
Block a user