Releases: opensumi/core
Releases · opensumi/core
v3.1.0
v3.0.4
What's Changed
What's New Features
- feat: support test results panel, icons in test view by @life2015 in #3706
- feat: support monaco editor worker by @bytemain in #3703
- feat: support AI completion prompt engineering by @erha19 in #3681
- feat: chat api support scrollToBottom by @Ricbet in #3714
- feat: add api for rendering chat message history messages by @bk1012 in #3712
Refactor
Other Changes
- chore(release): release v3.0.3 by @bytemain in #3705
- fix: lifecycle starting register design theme by @Ricbet in #3709
- fix: terminal not restore by @life2015 in #3713
- chore: update SlotRenderer default sizes based on layout configuration by @Ricbet in #3724
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
What's New Features
- feat(chat): support customize thinking result component by @wangxiaojuan in #3702
Other Changes
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
What's New Features
- fix: menu bar items for design mode will be registered multiple times by @bytemain in #3645
- feat: support shellExecutionSupported context key by @hacke2 in #3649
- feat: support registerTerminalProvider API by @Ricbet in #3656
- feat: add debug command for python-debug by @hacke2 in #3671
- feat: support shell integration customize by @life2015 in #3674
- fix: ai editor feature contribution duplicate registration by @Ricbet in #3690
- feat: allow configure tabbar max visible counts by @bytemain in #3691
- feat: support send component message in chat by @bk1012 in #3693
Refactor
- refactor: refactor the restart interaction of extension host by @hacke2 in #3652
- refactor: do not kill the last extension host by @hacke2 in #3657
- refactor: remove msg stream manager by @Ricbet in #3667
- Revert "refactor: refactor the restart interaction of extension host" by @hacke2 in #3673
Style Changes
- style: chat input instruction options by @Ricbet in #3647
- style: adjust statusbar padding for better display by @erha19 in #3668
Other Changes
- chore(release): v3.0.1 by @bytemain in #3643
- fix: fix tab ext-host complaining about 'INVALID TAB' by @MMhunter in #3648
- fix: agent ext sampleQuestions not render by @Ricbet in #3650
- fix(terminal): ui state is not sync from data by @bytemain in #3654
- fix: terminal ai suggest z-index fix, remove click event by @life2015 in #3644
- fix: activating extension should not abort the whole restart progress by @bytemain in #3659
- fix(chat): show chat view first when send message by api by @bytemain in #3660
- fix: wschannel timing issues by @bytemain in #3658
- fix(ext): clean up possible zombie processes by @hacke2 in #3661
- fix: register design menubar item not work by @bytemain in #3670
- fix: remove components css-loader hash by @Ricbet in #3672
- fix: add null check before calling collapseNode and expandNode by @erha19 in #3675
- fix: ai code-action duplicate registration by @Ricbet in #3679
- fix: optimize ext progress restart by @bytemain in #3669
- fix: mobx action fix in debugConfigurationService by @life2015 in #3683
- fix: diagnostic cannot show by @bytemain in #3680
- fix: terminal cannot use after ws reconnect, blank terminal when created by @life2015 in #3686
- fix: chat sample questions icon render by @Ricbet in #3687
- fix: dirty-diff editor hide unchanged regions by @Ricbet in #3688
- fix: ensure valid theme by @Ricbet in #3689
- fix: default theme ahead render by @Ricbet in #3692
- fix: code action first invalid by @Ricbet in #3694
- fix: code action click invaild by @Ricbet in #3695
- fix: improve default ai theme preloaded by @Ricbet in #3696
- fix: extension process cannot be started when using webpack to bundle by @bytemain in #3698
- fix: use node18 in nixpacks by @bytemain in #3699
- fix: design theme preload by @Ricbet in #3700
- fix(ext-tree-view): reveal an element is not work by @bytemain in #3697
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
Release Notes
Breaking Changes
New Contributors
- @wjywy made their first contribution in #3095
- @chaoyue1217 made their first contribution in #3167
- @yiliang114 made their first contribution in #3225
- @ckmilse made their first contribution in #3389
- @crimx made their first contribution in #3489
- @leavesster made their first contribution in #3477
Full Changelog: v2.27.2...v3.0.1
v2.27.2
v2.27.1
v2.27.0
What's Changed
What's New Features
- feat: add activate keybinding for explorer and search view by @erha19 in #2930
- feat: support vscode.l10n api by @erha19 in #3002
- feat: ws reconnect report connection info by @pipiiiiii in #3030
- feat: add editor top side bar support by @MilkWangStudio in #3026
- feat: change createRef to useRef by @winjo in #2932
- feat: drop electron 13 support by @bytemain in #3050
- feat: notification support button by @pipiiiiii in #3073
- style: open editor displays the delete button in its selected state by @wangxiaojuan in #3103
Refactor
Patch Changes
- chore(deps-dev): bump electron from 22.3.23 to 22.3.24 by @dependabot in #3069
- chore(deps-dev): bump electron from 18.3.15 to 22.3.25 in /tools/electron by @dependabot in #3098
Other Changes
- fix: invalid breakpoints line number error by @erha19 in #3037
- fix: filetree rename file correctly by @erha19 in #3108
- doc: add codeblitz badge by @hacke2 in #3088
- chore(deps): bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #2911
- fix: scm support double click to openfile by @pipiiiiii in #2937
- fix: terminal search box supports toggle switching by @wangxiaojuan in #3041
- fix: custom components are not destroyed after being closed by @xkaede in #3036
- ci: use nodejs 16.x by @bytemain in #3063
- fix: toolbar width should change when props change by @bytemain in #3065
- fix: search box placeholder color by @wangxiaojuan in #3039
- chore(deps-dev): bump electron from 22.3.24 to 22.3.25 by @dependabot in #3099
- fix: terminal shortcut kill process in windows by @shilin8805 in #3100
- fix: register sumi api in worker by @AhkunTa in #3072
- chore(deps): bump ejs from 2.7.4 to 3.1.7 by @dependabot in #3107
- fix: show first level child when folder tree node is filtered by @erha19 in #3086
- fix: fix electron ide build error by @shilin8805 in #3113
- chore: add retry for extension download by @hacke2 in #3117
- fix: error color by @nonzzz in #3118
New Contributors
- @MilkWangStudio made their first contribution in #3026
- @xkaede made their first contribution in #3036
- @nonzzz made their first contribution in #3118
Full Changelog: v2.26.8...v2.27.0
v2.26.8
What's Changed
Other Changes
- fix: new file with compact node by @erha19 in #3053
- fix: invalid breakpoints line number error by @opensumi in #3056
- fix: worker extension initial error by @AhkunTa in #3028
- fix: get wrong state in toolbar action delegate by @bytemain in #3049
- fix: set expanded contextkey when size changed by @opensumi in #3054
- fix: custom components are not destroyed after being closed by @opensumi in #3057
Full Changelog: v2.26.7...v2.26.8