feat(skills): add Core AI skill + Liquid Glass/AppKit updates#74
Conversation
- build-ios-apps: new core-ai skill for on-device AI models (AIModel, NDArray inference, coreai-build AOT) from Apple Core AI docs. - build-ios-apps/swiftui-liquid-glass: add adoption guidance from Adopting Liquid Glass (standard components, remove custom chrome, accessibility, app icons). - build-macos-apps/liquid-glass: add app icons and accessibility notes. - build-macos-apps/appkit-interop: add appkit-overview reference (topic map, notable symbols). Co-Authored-By: duyetbot <duyetbot@users.noreply.github.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reached
More reviews will be available in 17 minutes and 53 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Welcome! 👋Thank you for your first contribution to this project! We appreciate you taking the time to improve our codebase. Next Steps
Contribution Guidelines
Thanks again for contributing! 🎉 |
Researches the provided Apple docs pages and turns them into skills for build-ios-apps / build-macos-apps.
Sources → skills
Core AI (new skill) —
build-ios-apps/skills/core-ai/SKILL.mdimport CoreAI,AIModel(contentsOf:)(async device specialization),loadFunction(named:),function.descriptor/inputDescriptor(of:),NDArray(shape:scalarType:), mutable vs read-only views,function.run(inputs:), outputs by name, and thecoreai-buildAOT CLI (.aimodel→ per-arch.aimodelc,AIModel.deviceArchitectureName).Liquid Glass (updates) — from Adopting Liquid Glass
build-ios-apps/skills/swiftui-liquid-glass/SKILL.md: new Adoption Guidance section (standard components adopt it automatically, remove custom backgrounds, test accessibility settings, use sparingly, layered app icons,tabBarMinimizeBehavior/Tab(role: .search)).build-macos-apps/skills/liquid-glass/SKILL.md: app-icon + accessibility notes.AppKit (reference) — from the AppKit overview
build-macos-apps/skills/appkit-interop/references/appkit-overview.md: topic map (windows, text system, documents, drawing, menus, D&D, bindings, Catalyst) and notable symbols, linked from the skill.Notes
Co-Authored-By: duyetbot duyetbot@users.noreply.github.com