v6.1.0
ngpt v6.1.0 Release Notes
This release, ngpt v6.1.0, primarily focuses on significant enhancements and usability improvements for the interactive chat mode, along with core refactorings.
New Features:
- Interactive Mode Welcome Box: A formatted welcome box is now displayed on startup of the interactive mode, providing initial content details.
- Ctrl+E Multiline Shortcut: Added
Ctrl+Eas a keyboard shortcut to toggle multiline input within the interactive prompt. - Interactive Session Manager: Introduced a comprehensive session manager within the interactive mode. This new feature allows users to
list,preview,load,rename,delete,search, and viewhelpfor their chat sessions. - Prompt History & Ctrl+C Exit: The interactive prompt now supports command history navigation.
Ctrl+Cis now bound to exit the application directly from the prompt. - Session Last Modified Tracking: Sessions now track and display their
last_modifiedtimestamp, improving session management.
Changes & Improvements:
- Session List Sorting: The default sorting order for session lists has been changed to "oldest-first", with the newest session selected by default.
- Color Palette Expansion: Added a "white" key to the
COLORSdictionary inngpt/ui/colors.py.
Removals:
- Removed
/historyCommand: The/historycommand and its associated functionality have been removed from the interactive mode.
Full Changelog: v6.0.0...v6.1.0