mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-21 15:55:50 +00:00
fix: 批量修正 external 字面量
This commit is contained in:
@@ -25,7 +25,7 @@ export function renderToolResultMessage(output: Output, _progressMessagesForMess
|
||||
}: {
|
||||
verbose: boolean;
|
||||
}): React.ReactNode {
|
||||
if (("external" as string) === 'ant') {
|
||||
if ((process.env.USER_TYPE) === 'ant') {
|
||||
return null;
|
||||
}
|
||||
const rawCommand = output.command ?? '';
|
||||
|
||||
Reference in New Issue
Block a user