mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 08:15:53 +00:00
feat: 全部类型问题解决
This commit is contained in:
@@ -87,6 +87,7 @@ export function isNavigableMessage(msg: NavigableMessage): boolean {
|
||||
}
|
||||
return false
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
type PrimaryInput = {
|
||||
@@ -395,6 +396,7 @@ export function copyTextOf(msg: NavigableMessage): string {
|
||||
return `[${a.type}]`
|
||||
}
|
||||
}
|
||||
return ''
|
||||
}
|
||||
|
||||
function toolResultText(r: NormalizedUserMessage): string {
|
||||
|
||||
Reference in New Issue
Block a user