Skip to content

Commit 745b09b

Browse files
build: 修复构建报错
1 parent a094138 commit 745b09b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-best",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal",
55
"type": "module",
66
"author": "claude-code-best <claude-code-best@proton.me>",

src/commands/remoteControlServer/remoteControlServer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { BRIDGE_LOGIN_INSTRUCTION } from '../../bridge/types.js';
88
import { Dialog } from '../../components/design-system/Dialog.js';
99
import { ListItem } from '../../components/design-system/ListItem.js';
1010
import { useRegisterOverlay } from '../../context/overlayContext.js';
11-
import { Box, Text } from '../../ink.js';
11+
import { Box, Text } from '@anthropic/ink';
1212
import { useKeybindings } from '../../keybindings/useKeybinding.js';
1313
import type { ToolUseContext } from '../../Tool.js';
1414
import type { LocalJSXCommandContext, LocalJSXCommandOnDone } from '../../types/command.js';

0 commit comments

Comments
 (0)