Go to file
Dan 82ddf9af7a
feat: support new chat mention input for MCP model (#4466)
* 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
2025-03-14 10:47:22 +08:00
.github feat: enhance file search service to handle absolute paths and update… (#4334) 2025-02-05 14:36:06 +08:00
.husky chore: remove unused file (#434) 2022-02-15 09:41:13 +08:00
.vscode fix: debugConsole context menus excute (#2394) 2023-03-13 12:02:39 +08:00
.yarn/releases chore(dep): enforce consistent dependencies across project (#3973) 2024-08-27 19:03:28 +08:00
configs feat: support MCP server and client (#4335) 2025-02-18 16:59:01 +08:00
packages feat: support new chat mention input for MCP model (#4466) 2025-03-14 10:47:22 +08:00
scripts feat: remove alipay cloudrun marketplace (#4200) 2024-12-09 18:57:40 +08:00
tools v3.8.2 2025-03-11 02:27:03 +00:00
typings style: improve design style (#3466) 2024-03-28 21:04:31 +08:00
.editorconfig feat: add less-loader to support cssModules 2019-05-14 15:01:31 +08:00
.eslintignore refactor: organize dependencies (#3977) 2024-08-30 14:01:40 +08:00
.eslintrc.js refactor: organize dependencies (#3977) 2024-08-30 14:01:40 +08:00
.gitignore feat: support MCP server and client (#4335) 2025-02-18 16:59:01 +08:00
.prettierignore feat: support monaco editor worker (#3703) 2024-05-22 15:52:05 +08:00
.prettierrc chore: make pre-commit great again (#115) 2021-12-14 19:41:44 +08:00
.yarnrc.yml chore(dep): enforce consistent dependencies across project (#3973) 2024-08-27 19:03:28 +08:00
CHANGELOG.md chore: update CHANGELOG.md 2025-03-07 17:06:26 +08:00
CONTRIBUTING-zh_CN.md docs: update CONTRIBUTING.md (#840) 2022-04-15 14:13:32 +08:00
CONTRIBUTING.md docs: update CONTRIBUTING.md (#840) 2022-04-15 14:13:32 +08:00
LICENSE chore: upgrade license (#250) 2021-12-29 20:38:30 +08:00
NOTICE.md refactor: replace quickopen label render function from parseLabel to transformLabelWithCodicon (#2498) 2023-03-30 10:14:45 +08:00
README-zh_CN.md docs: add codefuse ide to getting started (#4321) 2025-01-16 10:40:21 +08:00
README.md docs: add codefuse ide to getting started (#4321) 2025-01-16 10:40:21 +08:00
codecov.yml ci: fix version publish scripts (#1266) 2022-07-05 14:50:06 +08:00
commitlint.config.js chore: rewrite some logs message and add not-chinese-message commit rule (#2542) 2023-04-06 10:38:30 +08:00
jest.config.js feat: support copy relative path from link files (#4367) 2025-02-17 14:08:54 +08:00
jest.setup.base.js refactor: update node ws channel code (#3241) 2024-01-16 10:59:06 +08:00
jest.setup.jsdom.js feat: support edit_file tool (#4385) 2025-02-20 22:15:15 +08:00
jest.setup.node.js fix: add intersection observer for resize detection (#3819) 2024-07-03 15:25:39 +08:00
lerna.json v3.8.2 2025-03-11 02:27:03 +00:00
nixpacks.toml fix: use node18 in nixpacks (#3699) 2024-05-21 11:04:14 +08:00
package.json feat: support new chat mention input for MCP model (#4466) 2025-03-14 10:47:22 +08:00
railway.toml fix: use node18 in nixpacks (#3699) 2024-05-21 11:04:14 +08:00
tsconfig.json style: use eslint and prettier (#138) 2021-12-17 12:52:32 +08:00
yarn.config.cjs chore(dep): enforce consistent dependencies across project (#3973) 2024-08-27 19:03:28 +08:00
yarn.lock fix: tools view (#4457) 2025-03-11 14:02:18 +08:00

README.md

OpenSumi

A framework helps you quickly build AI Native IDE products.

perview

🌟 Getting Started

Here you can find some of our example projects and templates:

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.

Top Contributors of ant-design/ant-design - Last 28 days Performance Stats of ant-design/ant-design - Last 28 days
Active participants of opensumi - past 28 days

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.