Skip to content

v1.0.2 — smarter swiftui-ctx lookups

Latest

Choose a tag to compare

@yigitkonur yigitkonur released this 10 Jun 15:41
· 1 commit to main since this release

swiftui-ctx CLI: resolution fixes

lookup now resolves real-world queries instead of hard-failing:

  • Case-insensitive resolution (navigationstackNavigationStack).
  • Multi-word / intent queries (drag gesture, sheet presentation) resolve to real apis + recipes via the shared intent resolver, instead of exiting 3.
  • Tokenized suggestions — no more garbage "did you mean" on multi-word misses (sheet presentationhueRotation).
  • AppKit/UIKit names (NSWindowDelegate, UIView…) get an out-of-scope hint pointing at the nsview-bridge recipe.
  • Bare attributes (@Observable) now print an explicit "no argument forms" consensus line.
  • New paging intent + enriched scroll alias.

Universal macOS binary (arm64 + x86_64). The plugin's swiftui-ctx wrapper downloads this automatically for v1.0.2.

Full Changelog: v1.0.0...v1.0.2