Commit Graph

3 Commits

  • fix(skills): improve code examples in iOS 26 skills
    - Add do-catch error handling to SwiftUI streaming example in
      foundation-models-on-device
    - Add Auto Layout constraints to UIKit glass effect example in
      liquid-glass-design
    - Promote build settings prerequisite from code comment to visible
      blockquote warning in swift-concurrency-6-2
  • fix(skills): address code review feedback on iOS 26 skill examples
    - Add required name/description properties and @Generable to RecipeSearchTool
    - Fix missing argument label in session.respond(to:) call
    - Remove non-existent .scrollExtensionMode API, replace with correct guidance
    - Change PhotoProcessor from struct to class for cache mutation support
    - Fix method name mismatch in @concurrent example caller
  • feat(skills): add foundation-models-on-device skill for Apple on-device LLM
    Add skill covering Apple's FoundationModels framework for on-device
    language model integration, including @Generable guided generation,
    tool calling, and snapshot streaming patterns.