mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
修复使用/help 后再按左右键报错 (#212)
* 添加status命令里更多模型api介绍 * Fix: /help error --------- Co-authored-by: HitMargin <hitmargin@qq.com>
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
@@ -1,7 +1,9 @@
|
|||||||
import * as React from 'react'
|
import * as React from 'react'
|
||||||
import { useMemo } from 'react'
|
import { useMemo } from 'react'
|
||||||
import { type Command, formatDescriptionWithSource } from '../../commands.js'
|
import { type Command, formatDescriptionWithSource } from '../../commands.js'
|
||||||
import { Box, Text } from '@anthropic/ink'
|
import { truncate } from '../../utils/truncate.js'
|
||||||
|
import { Box, Text, useTabHeaderFocus } from '@anthropic/ink'
|
||||||
|
import { Select } from '../CustomSelect/select.js'
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
commands: Command[]
|
commands: Command[]
|
||||||
|
|||||||
Reference in New Issue
Block a user