Releases: konveyor/editor-extensions
Releases · konveyor/editor-extensions
v0.0.4
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.4
✨ Features
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.3
✨ Features
- NPM workspaces and Migrate to Vite for HMR in Webview Package by @ibolton336 in #71
- Add tsc compile step for webview build by @ibolton336 in #84
- Load analysis results from file by @rszwajko in #87
- Load solutions from file by @rszwajko in #91
- Start kai/rpc-server by @hhpatel14 in #81
- Create in-editor diff view by @rszwajko in #79
- Load state from files and create apply/revert/copy commands by @rszwajko in #93
- Integrate results view with diff view & add Kai fix webview panel by @ibolton336 in #90
- Add Apply Block command by @rszwajko in #102
- Allow analysis start from sidebar & add check for server running condition by @ibolton336 in #108
- Support reviewing resolutions with merge editor by @rszwajko in #103
- Use immer for extension state by @rszwajko in #107
- Integrate Kai by @ibolton336 in #122
- Retrieve the list of modified files from the diff by @rszwajko in #123
- Reintroduce multi-file support by @rszwajko in #124
- Implement Flux-style message passing by @rszwajko in #125
- Add kai configurables to extension config by @djzager in #126
- Add server status component by @ibolton336 in #127
- Add commands for server stop and restart by @sjd78 in #138
- Trigger partial analysis after save by @rszwajko in #129
- Add counts and styling for incident / issues by @ibolton336 in #145
- Add issue tree view by @rszwajko in #141
- Add configuration for getSolution params by @ibolton336 in #147
- Remove default toml arguments and use settings.json by @ibolton336 in #151
- Set cwd for
kai-rpc-server
to a.vscode/
path by @sjd78 in #154 - Enhance server process and status handling by @sjd78 in #166
🐛 Bug Fixes
- Fix eslint setup after migration to new project layout by @rszwajko in #83
- Reset Path by @hhpatel14 in #104
- Remove hardcoded dummy key by @dymurray in #142
- make analysis runs cancellable by @djzager in #139
- Enable issues view server stop button by @sjd78 in #152
- Replace all default args if any provider args set by @ibolton336 in #153
- Fix release by @savitharaghunathan in #159
- Escape initial state data injected into webview by @rszwajko in #161
- Accept incidents without line number by @rszwajko in #158
- Fix error message when no workspace selected by @ibolton336 in #163
- Ignore results outside of requested analysis scope by @rszwajko in #162
- Align truncate with full screen expectations by @ibolton336 in #165
- Add back default config.toml values by @sjd78 in #168
New Contributors
Full Changelog: v0.0.1-dev+20241021...v0.0.3
v0.0.1-dev+20241021
:seedling: introduce kai types needed for initialize and getSolutions…