core icon indicating copy to clipboard operation
core copied to clipboard

🚀 A framework helps you quickly build AI Native IDE products. https://preview.opensumi.com

Results 404 core issues
Sort by recently updated
recently updated
newest added

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@playwright/test&package-manager=npm_and_yarn&previous-version=1.43.0&new-version=1.53.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
javascript

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/lodash&package-manager=npm_and_yarn&previous-version=4.17.0&new-version=4.17.18)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....

dependencies
javascript

### Types - [x] 🪚 Refactors ### Background or solution 目前的设计将 enable mcp 配置存在 storage 下,在 OpenSumi 常用的 WebIDE 场景下,每一次新建空间都需要启用 ### Changelog refactor(ai-native): enable mcp server by default ## Summary...

⚙️ refactor

**官网用户交流群二维码失效** opensumi官网(https://opensumi.com)页面右上方微信/丁丁用户交流群二维码已过期

💬 question

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** 1. 终端 tab 重命名 2. 刷新页面发现终端 tab 重命名丢失 **预期表现(Expected behavior)** 可以还原终端重命名信息 **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g. chrome, safari, electron]...

🐞 bug

先删除某个文件,scm模块加载tree的时候报错,如图 该文件本地应该已删除了。跟代码调试了一下,不知道是不是bug,下面几个图中 ![Image](https://github.com/user-attachments/assets/7ebacdb1-a76c-4d51-a30f-11a46ffc6da1) 版本: "@opensumi/ide-scm": "3.9.0", "@codeblitzjs/ide-core": "^2.5.1", 下图代码位置:marketplace/extension/alex-ext-public.web-scm-0.4.1/out/worker 检查文件是否已经本地删除,但是没有进入catch,isCreate,isDelete 都是空 ![Image](https://github.com/user-attachments/assets/6295a4d3-c5ad-43d7-8f6d-6225657f4bff) 读取本地 已经删除的问题,报错 ![Image](https://github.com/user-attachments/assets/a785a936-5df7-4da7-a11c-c61f330f691d)

💬 question

Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...

🐞 bug
🎨 feature
dependencies
javascript

**描述你的问题(Describe you question here)** 我要使用命令式启动debug,我发现如果对已经打开的脚本开启调试的话,虽然断步调试变量堆栈正常显示,但是脚本编辑器没有切换成debug模式,鼠标悬浮变量没不能显示值。 具体代码如下: const pythonDebugConfig = { name: 'Python: 运行 ceshi.py', type: 'python', request: 'launch', program: '${workspaceFolder}/ceshi1.py', console: 'integratedTerminal', cwd: '${workspaceFolder}', justMyCode: false, }; `await this.commandService.executeCommand(DEBUG_COMMANDS.START.id, pythonDebugConfig);`...

💬 question
bug

**描述你的问题(Describe the bug)** **复现路径(To Reproduce)** 1. 打开设置 2. 搜索缩进 3. 改成 6 不失焦 4. 滚动设置到缩进不可见,再滚动回来,缩进新改的值会丢失 ![Image](https://github.com/user-attachments/assets/ef102cc3-257f-4321-9520-bce143516d20) **预期表现(Expected behavior)** 不会丢失 **环境信息(Environment)** - OS: [e.g. macOS 11.2 Apple M1/Windows10/Windows11] - Browser: [e.g....

🐞 bug

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 5.0.4 to 5.2.2. Release notes Sourced from webpack-dev-server's releases. v5.2.2 5.2.2 (2025-06-03) Bug Fixes "Overlay enabled" false positive (18e72ee) do not crush when error is null for...

🐞 bug
⚙️ refactor
dependencies
javascript