Pull Request: Integrate Trae IDE CN and Trae IDE AI into Docker Images#163
Open
CES4751 wants to merge 2 commits into
Open
Pull Request: Integrate Trae IDE CN and Trae IDE AI into Docker Images#163CES4751 wants to merge 2 commits into
CES4751 wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request: Integrate Trae IDE CN and Trae IDE AI into Docker Images
Overview
This PR adds two powerful AI-assisted development tools to Kasm Workspaces: Trae IDE CN and Trae IDE AI.
About Trae IDE
Trae is an innovative AI-integrated development environment with the following core features:
For more information, visit the official website: https://www.trae.ai/
Changes Summary
New Files Added
Docker Build Files
dockerfile-kasm-trae-cn- Dockerfile for Trae IDE CNdockerfile-kasm-trae-ai- Dockerfile for Trae IDE AIDocumentation
docs/trae-cn/README.md- Documentation for Trae IDE CNdocs/trae-cn/README-ZH_CN.md- Chinese documentation for Trae IDE CNdocs/trae-ai/README.md- Documentation for Trae IDE AIdocs/trae-ai/README-ZH_CN.md- Chinese documentation for Trae IDE AIInstallation Scripts
src/ubuntu/install/trae_cn/install_trae_cn.sh- Installation script for Trae IDE CNsrc/ubuntu/install/trae_ai/install_trae_ai.sh- Installation script for Trae IDE AIConfiguration Files
src/ubuntu/install/trae_cn/custom_startup.sh- Custom startup scriptsrc/ubuntu/install/trae_cn/vnc_startup.sh- VNC startup configurationsrc/ubuntu/install/trae_cn/kasmvnc_defaults.yaml- VNC defaults configurationsrc/ubuntu/install/trae_cn/ui-BKiQa3b8.js- UI configuration, enable ime defaultlysrc/ubuntu/install/trae_ai/custom_startup.sh- Custom startup scriptsrc/ubuntu/install/trae_ai/vnc_startup.sh- VNC startup configurationsrc/ubuntu/install/trae_ai/kasmvnc_defaults.yaml- VNC defaults configurationsrc/ubuntu/install/trae_ai/ui-BKiQa3b8.js- UI configuration, enable ime defaultlyUse Cases
Developers can quickly deploy Trae IDE through Kasm Workspaces to experience AI-driven coding, enhancing development efficiency and code quality.
Checklist
Related Links
This PR is ready for review.