* feat: support more powerfull input * chore: update iconfont * chore: update iconfont resource * style: support better style * chore: update icons * chore: update iconfont * chore: update css source * chore: update kaitian-icon resource * style: improve mention tag style * chore: update iconfont * feat: support more beautiful chat input * feat: support mention input placeholder * chore: update placeholder * style: improve empty search style * chore: update iconfont resource * chore: update iconfont resource * feat: support chat mention input UX * feat: support chat file and folder context * chore: add minWidth for chat selection * feat: add onSelectionChange prop to MentionInput component * feat: improve prompt * feat: support file and folder reference display * feat: support file and folder navigator * style: add global icon margin style in components * style: improve Chat UI * chore: remove useless code * chore: update styles * feat: improve folder location on file explorer * feat: optimize file tree explorer activation handling * chore: update mention input style * fix: folder and history style * style: improve chat history style * style: improve markdown style * fix: reval file or folder on explorer * refactor: improve file match logic |
||
---|---|---|
.github | ||
.husky | ||
.vscode | ||
.yarn/releases | ||
configs | ||
packages | ||
scripts | ||
tools | ||
typings | ||
.editorconfig | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.yarnrc.yml | ||
CHANGELOG.md | ||
CONTRIBUTING-zh_CN.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
NOTICE.md | ||
README-zh_CN.md | ||
README.md | ||
codecov.yml | ||
commitlint.config.js | ||
jest.config.js | ||
jest.setup.base.js | ||
jest.setup.jsdom.js | ||
jest.setup.node.js | ||
lerna.json | ||
nixpacks.toml | ||
package.json | ||
railway.toml | ||
tsconfig.json | ||
yarn.config.cjs | ||
yarn.lock |
README.md
OpenSumi
A framework helps you quickly build AI Native IDE products.
🌟 Getting Started
Here you can find some of our example projects and templates:
- Cloud IDE
- Desktop IDE - based on the Electron
- CodeFuse IDE - AI IDE based on OpenSumi
- CodeBlitz - A pure web IDE Framework
- Lite Web IDE - A pure web IDE on the Browser
- The Mini-App liked IDE
⚡️ Development
$ yarn install
$ yarn run init
$ yarn run download-extension # Optional
$ yarn run start
By default, the tools/workspace
folder in the project would be opened, or you can run the project by specifying the directory in the following way:
$ MY_WORKSPACE={local_path} yarn run start
Usually, you may still encounter some system-level environment dependencies. You can visit Development Environment Preparation to see how to install the corresponding environment dependencies.
📕 Documentation
For complete documentation: opensumi.com
📍 ReleaseNotes & BreakingChanges
You can see all the releasenotes and breaking changes here: CHANGELOG.md.
🔥 Contributing
Read through our Contributing Guide to learn about our submission process, coding rules and more.
🙋♀️ Want to Help?
Want to report a bug, contribute some code, or improve documentation? Excellent! Read up on our Contributing Guidelines for contributing and then check out one of our issues labeled as help wanted or good first issue.
🧑💻 Needs some help?
Go to our issues or discussions to create a topic, it will be resolved as soon as we can.
✨ Contributors
Let's build a better OpenSumi together.
![]() |
![]() |
![]() |
We warmly invite contributions from everyone. Before you get started, please take a moment to review our Contributing Guide. Feel free to share your ideas through Pull Requests or GitHub Issues.
📃 License
Copyright (c) 2019-present Alibaba Group Holding Limited, Ant Group Co. Ltd.
Licensed under the MIT license.
This project contains various third-party code under other open source licenses.
See the NOTICE.md file for more information.