Skip to content

v4.2.2: Improved AI features and UI improvements

Compare
Choose a tag to compare
@prasoon2211 prasoon2211 released this 24 May 14:48
· 73 commits to main since this release
  • Allow options to Accept and Run AI gen code or just accept it without running
  • Added help tooltips
  • Significant improvements to prompts:
    • Don't repeat existing code
    • Don't remove comments
    • Better reuse of existing functions, variables and imports
  • Allow injecting code in the middle of cell (you could only edit code so far)
    • Any prompt that starts with inject or ij (case insensitive) will inject new code in the middle of existing code
  • Settings now allow model selection (only with your own openai key)
  • Updated the about page from Jupyter -> Pretzel
  • Update README with FAQ and