I recently started using the AI Agent Support functionality of sn-scriptsync together with Amazon Q Developer.
Since Amazon Q Developer only uses older AI models, I wanted to try Kiro, which gives me access to better models.
I installed sn-scriptsync on Kiro successfully and all basic functionality works fine.
Scripts sync without issues over the existing WebSocket connection to the browser/SN Utils helper tab.
However, the AI Agent Support doesn't seem to work at all.
What I've found after debugging:
- The _settings.json is configured correctly and the instance connection is established (scripts sync fine).
- The agent handler doesn't pick up file creates. No errors are logged and no error file is generated, it just fails silently.
My best guess is that this is a Kiro-specific compatibility issue. The FileSystemWatcher used by the agent handler may behave slightly differently on Kiro compared to VS Code.
In short: script sync works, agent file creates are ignored, no errors thrown.
Environment:
Kiro version: 0.11.34
sn-scriptsync version: 4.2.2
Is this something that could be looked into? Happy to help test if needed.
I recently started using the AI Agent Support functionality of sn-scriptsync together with Amazon Q Developer.
Since Amazon Q Developer only uses older AI models, I wanted to try Kiro, which gives me access to better models.
I installed sn-scriptsync on Kiro successfully and all basic functionality works fine.
Scripts sync without issues over the existing WebSocket connection to the browser/SN Utils helper tab.
However, the AI Agent Support doesn't seem to work at all.
What I've found after debugging:
My best guess is that this is a Kiro-specific compatibility issue. The FileSystemWatcher used by the agent handler may behave slightly differently on Kiro compared to VS Code.
In short: script sync works, agent file creates are ignored, no errors thrown.
Environment:
Kiro version: 0.11.34
sn-scriptsync version: 4.2.2
Is this something that could be looked into? Happy to help test if needed.