Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-02-24 | 8.0 kB | |
v3.8.0 source code.tar.gz | 2025-02-24 | 6.9 MB | |
v3.8.0 source code.zip | 2025-02-24 | 8.7 MB | |
Totals: 3 Items | 15.5 MB | 0 |
What's Changed
What's New Features
- feat: terminal adds drag-and-drop by @lulusir in https://github.com/opensumi/core/pull/4300
- feat: improve terminal local link parser by @erha19 in https://github.com/opensumi/core/pull/4302
- feat: show inline input after cmd+K is triggered by @erha19 in https://github.com/opensumi/core/pull/4309
- feat: support search path on file dialog by @erha19 in https://github.com/opensumi/core/pull/4306
- feat: support property ThemeColor id by @quxingkai in https://github.com/opensumi/core/pull/4298
- feat: support typing code edits source by @Ricbet in https://github.com/opensumi/core/pull/4316
- feat: support diff & git uri preview of notebook file by @ensorrow in https://github.com/opensumi/core/pull/4323
- feat: line-change of code edits adds change parameter by @Ricbet in https://github.com/opensumi/core/pull/4329
- feat: add word link provider by @Aaaaash in https://github.com/opensumi/core/pull/4327
- feat: support polling watcher by @Aaaaash in https://github.com/opensumi/core/pull/4299
- feat: enhance file search service to handle absolute paths and update… by @Aaaaash in https://github.com/opensumi/core/pull/4334
- feat: add styles for dialog content and update file dialog logic by @erha19 in https://github.com/opensumi/core/pull/4337
- feat: support inline input restore by @Ricbet in https://github.com/opensumi/core/pull/4345
- feat: improve file delete confirmation message and styling by @erha19 in https://github.com/opensumi/core/pull/4333
- feat: support code edits keybinding by @Ricbet in https://github.com/opensumi/core/pull/4362
- feat: support fetching preference file after editor is saved by @erha19 in https://github.com/opensumi/core/pull/4365
- feat: support file dialog renderCustomMsg by @xujingli in https://github.com/opensumi/core/pull/4352
- feat: improve code edits source data by @Ricbet in https://github.com/opensumi/core/pull/4368
- feat: inline chat handler api adds selection parameter by @Ricbet in https://github.com/opensumi/core/pull/4366
- feat: make terminal draggable by @Marckon in https://github.com/opensumi/core/pull/4340
- feat: support copy relative path from link files by @erha19 in https://github.com/opensumi/core/pull/4367
- feat: improve line change code edits trigger rule by @Ricbet in https://github.com/opensumi/core/pull/4373
- refactor: upgrade monaco to 0.54.0 and support vscode.languages.registerInlineEditProvider API by @erha19 in https://github.com/opensumi/core/pull/4359
- feat: terminal search optimization by @Marckon in https://github.com/opensumi/core/pull/4384
- feat: support MCP server and client by @life2015 in https://github.com/opensumi/core/pull/4335
- feat: tabbar supports React.ReactNode for description by @wangxiaojuan in https://github.com/opensumi/core/pull/4386
- feat: send data by chunk in websocket by @bytemain in https://github.com/opensumi/core/pull/3988
- feat: support trigger source code edits by @Ricbet in https://github.com/opensumi/core/pull/4389
- feat: upgrade monaco core to 0.54.0-patch.2 by @erha19 in https://github.com/opensumi/core/pull/4391
- feat: support edit_file tool by @ensorrow in https://github.com/opensumi/core/pull/4385
- feat: add search file & content tool by @ensorrow in https://github.com/opensumi/core/pull/4396
- feat: support chat sessions management & recover from storage by @ensorrow in https://github.com/opensumi/core/pull/4399
- feat: add terminal command execution tool with user approval by @Aaaaash in https://github.com/opensumi/core/pull/4398
- feat: support maxInputTokens for agent by @ensorrow in https://github.com/opensumi/core/pull/4397
- feat: support NES render in code edits by @Ricbet in https://github.com/opensumi/core/pull/4403
Refactor
- refactor: inline chat & input and support config by @Ricbet in https://github.com/opensumi/core/pull/4339
- refactor: inline diff data layer & render layer by @Ricbet in https://github.com/opensumi/core/pull/4353
Style Changes
- fix: video preview style and static server by @Aaaaash in https://github.com/opensumi/core/pull/4324
- style: improve search panel popover content style by @erha19 in https://github.com/opensumi/core/pull/4342
- style: improve inline input decoration by @Ricbet in https://github.com/opensumi/core/pull/4343
- style: improve hover widget style by @erha19 in https://github.com/opensumi/core/pull/4390
Other Changes
- fix(ai-native): use path.join for wasm file paths in WasmModuleManager by @nxps in https://github.com/opensumi/core/pull/4304
- fix: remove all unexpected errors by @erha19 in https://github.com/opensumi/core/pull/4307
- chore: revert incorrect prop name in Modal component by @erha19 in https://github.com/opensumi/core/pull/4311
- fix: debug toolbar is disappeared or session paused after debug session started by @erha19 in https://github.com/opensumi/core/pull/4312
- chore: outout channel append line type by @Aaaaash in https://github.com/opensumi/core/pull/4303
- Revert "chore: enable local worker file in development mode" by @Ricbet in https://github.com/opensumi/core/pull/4314
- fix: debug breakpoint paused and updated current session handling by @erha19 in https://github.com/opensumi/core/pull/4315
- docs: add codefuse ide to getting started by @hacke2 in https://github.com/opensumi/core/pull/4321
- chore: update default vscode engine version to 1.96.2 by @bk1012 in https://github.com/opensumi/core/pull/4320
- fix: retore files by order by @Aaaaash in https://github.com/opensumi/core/pull/4325
- fix: add method to check if doc is ignored by @erha19 in https://github.com/opensumi/core/pull/4341
- fix: display debug hover view with correct size config by @erha19 in https://github.com/opensumi/core/pull/4338
- fix: interactive input handle api adds selection parameter by @Ricbet in https://github.com/opensumi/core/pull/4346
- fix: always dispose debug unexpected widget in the end by @erha19 in https://github.com/opensumi/core/pull/4349
- fix: watcher dispose logic by @Aaaaash in https://github.com/opensumi/core/pull/4355
- fix: adjust default sizes for top slot and menubar height by @erha19 in https://github.com/opensumi/core/pull/4356
- fix: add default file name handling for save dialog by @erha19 in https://github.com/opensumi/core/pull/4357
- fix: getDefaultPath add model param by @xujingli in https://github.com/opensumi/core/pull/4372
- fix: normalize content type by converting file extension to lowercase by @Aaaaash in https://github.com/opensumi/core/pull/4375
- chore: update to the latest diff package by @ensorrow in https://github.com/opensumi/core/pull/4376
- fix: notebook diff monaco upgrade issue by @ensorrow in https://github.com/opensumi/core/pull/4379
- chore(release): release v3.7.1 by @Ricbet in https://github.com/opensumi/core/pull/4380
- fix: tabbar supports React.ReactNode for description by @wangxiaojuan in https://github.com/opensumi/core/pull/4388
- chore: add missing InlineEdit export by @erha19 in https://github.com/opensumi/core/pull/4393
- chore: improve llm context by @Aaaaash in https://github.com/opensumi/core/pull/4394
- fix: add default context prompt provider by @Aaaaash in https://github.com/opensumi/core/pull/4395
- fix: add delay for disposing inline edit adapter to prevent rejection by @erha19 in https://github.com/opensumi/core/pull/4400
- fix: reduce font size in chat components and update MCP tools localiz… by @Aaaaash in https://github.com/opensumi/core/pull/4401
New Contributors
- @lulusir made their first contribution in https://github.com/opensumi/core/pull/4300
- @xujingli made their first contribution in https://github.com/opensumi/core/pull/4352
- @Marckon made their first contribution in https://github.com/opensumi/core/pull/4340
Full Changelog: https://github.com/opensumi/core/compare/v3.7.1...v3.8.0