GitHub user oleg68 added a comment to the discussion: AI Integration Discussion: Netbeans MCP for claude code
> cli as a PTY terminal, this is not a GUI IMHO It also adds some GUI elements: the promt area, FileDiff, graphic choice menus. > but why not integrate a real UI like Claude code for VS Code Does Claude Code provide any API for integration with it's agent? I couldn't find any info. So the choosen approach was parsing TTY output and bringing some GUI elements on response. It is not 100% robust, but it works in most cases. When the prasing is not successful, the capability of user interaction in PTY is kept as fallback. GitHub link: https://github.com/apache/netbeans/discussions/8634#discussioncomment-16389901 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [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
