fix(appintents): stable IDs, Shortcut auto‑activate#7416
Merged
Conversation
osy
requested changes
Sep 17, 2025
Contributor
Author
|
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
Contributor
Author
|
@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. |
Contributor
|
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)
Contributor
Author
|
Done. I also noticed a typo that's out of scope for this PR as it touches files across the codebase, |
osy
approved these changes
Jan 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #7412.