Skip to content

Releases: yigitkonur/claude-swiftui-plugin

v1.0.2 — smarter swiftui-ctx lookups

10 Jun 15:41

Choose a tag to compare

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

v1.3.2

09 Jun 05:54

Choose a tag to compare

Full Changelog: v1.3.1...v1.3.2

v1.0.0

09 Jun 11:42

Choose a tag to compare

Full Changelog: v1.3.2...v1.0.0

v1.3.1

08 Jun 20:23

Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Jun 15:41

Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

v1.2.0

08 Jun 11:58

Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

v1.1.0

08 Jun 11:41

Choose a tag to compare