Rankin Zheng 87fb8b5d9d
Merge pull request #86 from devchat-ai/auto_custom_workflow
refactor(i18n): update reload and sync text for clarity
2024-09-02 16:01:12 +08:00
2024-08-23 02:17:51 +08:00
2023-11-05 23:38:12 +08:00
2023-12-12 18:03:17 +08:00
2023-12-12 18:03:17 +08:00
2024-08-27 17:22:34 +08:00
2024-08-23 02:40:19 +08:00

devchat-gui

The unified webview UI of DevChat plugins.

Parameterize packaging

Step 1: Config the assistant names and logo file [Optional]

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:

  1. The logo should be a .svg file;
  2. Recommend size of the logo is 64x64;

Step 2: Build the UI for VSCode and IntelliJ

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
Description
devchat plugins fronend
Readme Apache-2.0 1.1 MiB
Languages
TypeScript 95.7%
JavaScript 3.4%
HTML 0.7%
CSS 0.2%