mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -6,11 +6,13 @@ import {
|
||||
type TimestampedHistoryEntry,
|
||||
} from '../history.js'
|
||||
import { useTerminalSize } from '../hooks/useTerminalSize.js'
|
||||
import { Box, Text, stringWidth, wrapAnsi } from '@anthropic/ink'
|
||||
import { stringWidth } from '../ink/stringWidth.js'
|
||||
import { wrapAnsi } from '../ink/wrapAnsi.js'
|
||||
import { Box, Text } from '../ink.js'
|
||||
import { logEvent } from '../services/analytics/index.js'
|
||||
import type { HistoryEntry } from '../utils/config.js'
|
||||
import { formatRelativeTimeAgo, truncateToWidth } from '../utils/format.js'
|
||||
import { FuzzyPicker } from '@anthropic/ink'
|
||||
import { FuzzyPicker } from './design-system/FuzzyPicker.js'
|
||||
|
||||
type Props = {
|
||||
initialQuery?: string
|
||||
|
||||
Reference in New Issue
Block a user