@rafaelks I have an app for macOS in development, that the core is the App Intents/App Shortcuts, and with Siri AI now I will have to postpone a little more, because a lot has changed 😅
Yeah, WWDC26 actually feels very aligned with what you’re saying. App Intents are basically becoming Siri’s tool layer. With App Schemas, Siri can understand the request, resolve entities, fill params, and execute the intent.
I think the catch is that it’s still schema-bound. So not “any AppIntent description becomes a free-form Siri tool” yet, but definitely moving in that direction.
Declare the App Intent ≠ Siri know when to call it. In free speech she marries sentences, she doesn't understand semantics. For voice it has to be App Shortcut with phrases (+ app name) or conform to an Assistant Schema (iOS 18). The existing thousands were made for Shortcuts/widgets/Spotlight, where you select by hand - without ambiguity, without the need for a schema.
I haven't seen this year's news for app intents yet, but I hope that with LLMs (Claude and Gemini) we have more flexibility
@everton_dev I have an app that does the same, and the biggest problem I find in intents with Siri are the possible locations.
Often the user who activates the intent, but he doesn't say what Siri expects
@rafaelks@tripsyapp I see many apps extending their features to agents outside of them, this integration is really cool!!!
But I also think it would be great to use the power of agents within the apps' ecosystem.
Depending on your use of CI/CD, you can configure multiple target branches.
Feature x, branch-feature-x, everything that is merged into this branch runs x tests.
Develop runs unit and UI tests.
Main runs security tests.
And all of this runs directly inside Xcode.
It works beautifully 😅
I solved this part of the testing with Xcode Cloud; basically, the heavier tests run there.
When I’m working on several things at the same time (I don’t like it much, but sometimes it’s necessary), I set up different simulators for each session, whether it’s a session with agents or me working on it.