The unified webview UI of DevChat plugins.
Custom assistant name and logo are supported, they can be configured in the .env
file
# Default to DevChat
REACT_APP_ASSISTANT_DISPLAY_NAME_EN=English name of the AI assistant
# Default to DevChat
REACT_APP_ASSISTANT_DISPLAY_NAME_ZH=Chinese name of the AI assistant
# Default to DevChat logo
REACT_APP_LOGO_FILE=/path/to/the/logo.svg
Notes:
- The logo should be a
.svg
file; - Recommend size of the logo is
64x64
;
The devchat-gui
repo is assumed to be a submodule of devchat-vscode
and devchat-intellij
. You need to build devchat-gui
first before you build your plugins.
cd gui
yarn idea # for intellij
yarn vscode # for vscode