MetalUI / Soft Hardware

React · SwiftUI · agent guides

Suggestion chip

One question the recognizer asks at middle confidence, beside its block: Chip(suggestion) with the question, its confidence as a small engraving, and mini accept and dismiss buttons. Faint until the block is hovered.

Use it for

  • A cue that would change behaviour, found at middle confidence: Task?, Date friday?, Track as sleep?, Move to Done?.

Don't use it for

  • A kind, a life glyph or anything decorative. Chips exist only for cues that change behaviour.
  • High confidence (the cue applies quietly, with provenance on hover) or low confidence (nothing happens).
  • More than one per block. Ask the most valuable question first; the rest wait.

Read the Suggestion chip agent guide · Copy registry source

Explore the documentation · Agent index · Source on GitHub