File tree Expand file tree Collapse file tree
src/commands/remoteControlServer Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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>" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { BRIDGE_LOGIN_INSTRUCTION } from '../../bridge/types.js';
88import { Dialog } from '../../components/design-system/Dialog.js' ;
99import { ListItem } from '../../components/design-system/ListItem.js' ;
1010import { useRegisterOverlay } from '../../context/overlayContext.js' ;
11- import { Box , Text } from '../../ ink.js ' ;
11+ import { Box , Text } from '@anthropic/ ink' ;
1212import { useKeybindings } from '../../keybindings/useKeybinding.js' ;
1313import type { ToolUseContext } from '../../Tool.js' ;
1414import type { LocalJSXCommandContext , LocalJSXCommandOnDone } from '../../types/command.js' ;
You can’t perform that action at this time.
0 commit comments