-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
fix(appintents): stable IDs, Shortcut auto‑activate #7416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
There seem to be more fundamental problems with the current state of AppIntents, I can confirm the above issue #7417 on my end too. I propose changing this into a draft, wdyt? |
…exing - Prevent ActionNotFound by adding static action IDs - Activate/foreground UTM when starting a VM via Shortcuts - Index VM entities (IndexedEntity) and reindex on launch/changes for Spotlight free‑text resolution feat(Intents): activate UTM before starting VM via Shortcut feat(spotlight): index VM entities (IndexedEntity) and reindex on launch/changes to fix Spotlight free‑text resolution
|
@osy Here’s a quick summary of what I stacked on top of the OG commit:
This is all preliminary and subject to more rigorous testing of course. |
|
Please separate the Core Spotlight changes into a different PR. I am ready to merge the id fix but the Spotlight fix will take more consideration. This implementation will impact performance from my initial thoughts. I would want the Spotlight index to only be changed during a VM save. |
…p only AppIntents ID fix and auto-activate on Start (macOS)
|
Done. I also noticed a typo that's out of scope for this PR as it touches files across the codebase, |
Fixes #7412.