You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(custom-agent): add support for custom webview in chat interface #51
The commit introduces a new feature to the chat interface, allowing for the display of custom webviews. This enhancement enables the chat system to render dynamic content such as HTML, CSS, and JavaScript, providing a more interactive user experience. The changes include modifications to the server.py file to handle incoming webview requests, and updates to the CustomAgentChatProcessor.kt and WebViewWindow.kt files to implement the webview functionality within the chat application. Additionally, the ChatCodingPanel.kt file has been updated to include the necessary imports and functions for displaying webviews and code blocks.
0 commit comments