Back to Lobehub

Diagnostic Quick-Lookup

.agents/skills/builtin-tool/references/ui/diagnostics.md

2.2.22.4 KB
Original Source

Diagnostic Quick-Lookup

SymptomSurface to check
No header at all on the tool callInspector missing from client/Inspector/index.ts registry
Header shows the API name but no chipsInspector missing args?.X || partialArgs?.X fallback
Header doesn't pulse during loadingMissing shinyTextStyles.shinyText on isArgumentsStreaming || isLoading
Empty result card under headerRender returned <div /> instead of null when no data
Render looks "complex" / card-in-cardFilled container (colorFillQuaternary) wrapping more filled boxes — flatten to single-layer, see shared-rules.md
Layout jump when result arrivesPlaceholder dimensions don't match Render dimensions
Approval dialog never appearsManifest missing humanIntervention, or Intervention not in registry
Approval click doesn't wait for inline editMissing registerBeforeApprove(id, flushFn)
Portal opens but blankSwitch in Portal/index.tsx doesn't cover the apiName
Strings show as builtins.lobe-foo.apiName.barMissing i18n key in src/locales/default/plugin.ts (or not seeded in dev locale files)
Wrong color shade on <Text type="secondary">type='secondary' is lighter than colorTextSecondary — pass via style={{ color: cssVar.colorTextSecondary }}