fmt(js): `npm run fix` on merge (#74544)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
hermes-seaeye[bot] 2026-07-30 02:33:41 +00:00 committed by GitHub
parent dd51931bfd
commit 5a23e3c522
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -174,9 +174,7 @@ describe('MessagingView pairing', () => {
// connect/disconnect health via gateway_state.json, which a new pairing
// request never moves. Riding it would leave someone invisible in the
// pending list until an unrelated reconnect happened to fire.
const { $changeEventsAvailable, $pairingChangeTick, $platformsChangeTick } = await import(
'@/store/live-sync'
)
const { $changeEventsAvailable, $pairingChangeTick, $platformsChangeTick } = await import('@/store/live-sync')
getMessagingPlatforms.mockResolvedValue({ platforms: [platform()] })
getPairing.mockResolvedValue({ approved: [], pending: [] })

View File

@ -1416,6 +1416,7 @@ export function buildToolView(part: ToolPart, inlineDiff: string): ToolView {
const error = status === 'success' ? '' : toolErrorText(part, resultRecord)
// Over-budget memory refusals stay amber — don't claim "Saved".
const memoryMissed = part.toolName === 'memory' && part.result !== undefined && status !== 'success'
const baseTitle =
part.result === undefined
? meta.pending