What's Changed
- Adding override for invoke_llm to ChatOpenAI to catch param conversion by @shawn-hurley in #703
- 🐛 dedup modified files in overall result by @pranavgaikwad in #698
- 👻 bump analyzer by @pranavgaikwad in #706
- 👻 Notebook exploring an agent to leverage "Additional Information" by @pranavgaikwad in #702
- ✨ Add markdown rendering for tasks for communicating to frontend by @fabianvf in #711
- ✨ Handle retries and ignored tasks by not adding children by @shawn-hurley in #696
- 🐛 Display successful / ignored tasks in the chat view correctly by @pranavgaikwad in #717
- 👻 Validated tool usage with different providers by @pranavgaikwad in #716
- 📖 Add Advanced Configuration option by @hhpatel14 in #718
- 📖 Added Java 8 to 17 scenario by @savitharaghunathan in #712
- 🐛 Handle filtered incidents in the and/or conditions by @shawn-hurley in #723
- 🐛 Fix formatting of new xml dependencies by @fabianvf in #725
- 📖 Added updates to Java 8 -> Java 17 scenario by @savitharaghunathan in #730
- 📖 Updated javaEE to quarkus with additional scenario by @hhpatel14 in #714
- 📖 Reworking main readme doc updates for 0.1.0 prep by @jwmatthews in #728
- 🐛 Added label configuration to always be updated by analysis with labels by @shawn-hurley in #731
Major Known Issues
- .konveyorignore not respected by git vfs, .gitignore must be used for now (#721). If you see log files showing up in your diffs, this is the likely culprit. Make sure those files are added to your .gitignore
- If vscode is closed in the middle of an analysis the kai processes won't stop immediately (#737). This can result in strange results from the analysis panel. Once the analysis completes, the process should close correctly, or you can kill it manually (the process should show up as something like
kai-rpc-server
orkai_analyzer_rpc
).
Full Changelog: v0.0.13...v0.1.0