You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's New
Features
User customizable base prompt for AI comment generator. You can now customize the base prompt that is sent to the AI server as an instruction. This allows a greater control over the comment generation process by enabling you to tweak the prompt and make it fit your needs.
Report manifest. A report manifest is now generated to ensure that you have a simple, dashboard-like view on the reports that have been generated. The manifest currently only shows the comments generated and several extra information since besides the generated comment, everything is taken from your grader report.
GUI Update for InManage Verifier. InManage Verifier now has a set of extra fields to show more information regarding the signature embedded into the report file.
Patches
Fixed several bugs causing AI generated comments to be badly formatted
Replaced the maximum comment length to use characters instead of words. We found this method to be more effective at maximizing the comment length while keeping the physical length under control (does not overflow)
Various code improvements
Added an override button to re-run MS Word checks because sometimes the checks at start up fail to detect MS Word even when it is properly installed