mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 21:05:51 +00:00
feat: 问就是封包
This commit is contained in:
@@ -251,12 +251,12 @@ export async function processUserInput({
|
||||
...hookResult.message,
|
||||
attachment: {
|
||||
...hookResult.message.attachment,
|
||||
content: applyTruncation(hookResult.message.attachment.content),
|
||||
content: applyTruncation(hookResult.message.attachment.content as string),
|
||||
},
|
||||
})
|
||||
} as AttachmentMessage)
|
||||
break
|
||||
default:
|
||||
result.messages.push(hookResult.message)
|
||||
result.messages.push(hookResult.message as AttachmentMessage)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user