I read through that older thread you posted and updated my PoC app to stabilize the entity identifiers. They are now deterministic, no matter what the execution context is. However, I'm still getting no results in Visual Intelligence Search and the same errors in the console:
error 09:45:45.698321-0600 duetexpertd Unable to create extension identity: Error Domain=LNConnectionErrorDomain Code=1100 "Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point" UserInfo={NSLocalizedDescription=Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point}
error 09:45:45.698338-0600 duetexpertd [com.hairlessape.VisualSearchForVI.VisualSearchAppIntent] No extension process: Error Domain=LNConnectionErrorDomain Code=1100 "Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point" UserInfo={NSLocalizedDescription=Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point}
error 09:45:45.698368-0600 duetexpertd [com.hairlessape.VisualSearchForVI.VisualSearchAppIntent] Unable to get connection interface: Error Domain=LNConnectionErrorDomain Code=1100 "Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point" UserInfo={NSLocalizedDescription=Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point} (Unable to locate `com.hairlessape.VisualSearchForVI.VisualSearchAppIntent` for the `com.apple.appintents-extension` extension point)
I tried putting os_log statements in my code to see what was happening, but none of the log statements ever appeared in the console, leading me to believe my code is never being executed.
I've updated the Github project with the latest changes: https://github.com/JoshuaSullivan/VisualSearchForVI