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