Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 07:54

Changelog

  • flycomp offers for uncompleted commands: zsh Tab completion now tells apart "no completer at all" from "a command-specific completer that legitimately found nothing," using a new <<FLYSPECIFIC>> provenance marker from the completion daemon. Commands like claude that previously fell through to zsh's generic filename fallback (silently listing the current directory) may now invoke the flycomp installation-synthesis offer instead by dismissing the auto-suggestion (esc) then pressing tab again.
    commands with a real completer (e.g. kubectl get against no cluster) stay silent as before.
  • improved flycomp prompt - Show files / Don't ask again: The flycomp prompt shown for this generic fallback case adds two new options alongside the existing synthesis offer: Show files reveals the retained filename candidates without synthesizing anything, and Don't ask again blacklists the command and then shows those same files.

Upstream base

  • Repository: HalFrgrd/flyline
  • Release: v1.3.0
  • Commit: 339e8bf1699064a314783c05e65593664f611a04

Full Changelog: multishell-v1.0.2...multishell-v1.1.0