Skip to content

FLASH CLI v0.2.0

Choose a tag to compare

@Natuworkguy Natuworkguy released this 21 Aug 16:21
· 204 commits to main since this release
1e54359

What's Changed

  • Streaming replies. Model responses now render progressively, word by
    word, with a trailing cursor dot while the text is still coming in, no more waiting for the whole reply to print at once.
  • /image path suggestions. Typing /image now suggests files and
    folders from disk as you type, filtered to supported image types
    (.png, .jpg, .jpeg, .webp, .gif, .bmp). Paths with spaces are
    automatically quoted so they parse correctly.
  • Image-aware thinking states. Sending an image now cycles through a
    dedicated set of status phrases ("Examining the image", "Studying the
    image", ...) instead of the generic "Thinking" list.
  • Rotating hint suggestions. An idle prompt now shows a rotating tip
    (drawn from flash/suggestions.json) that sweeps into view letter by
    letter and sweeps back out, cycling through example commands and
    prompts.

New Contributors

Full Changelog: https://github.com/Natuworkguy/Flash/commits/v0.2.0