m13v commented on issue #9202: URL: https://github.com/apache/netbeans/issues/9202#issuecomment-4465028679
the workflow interruption hits a deeper failure mode than 'no native AI'. every IDE plugin inherits the editor's process lifecycle, so closing the IDE kills the agent and reopening starts state from zero. the part that breaks down isn't UI integration, it's that long-running agent sessions don't fit inside a process that gets killed every restart. the fix isn't building it into NetBeans, it's putting the agent loop outside the editor and letting any IDE, terminal, browser, or native app attach via ACP. editor becomes one surface, not the session boundary. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
