Feature: Implement and Document New Interactive Mode Commands #302
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR introduces new commands for the interactive mode and updates the
README.md
to document these commands. The goal is to enhance the user experience by providing new functionalities and ensuring users are well-informed about how to use them.Changes:
%debug [true/false]
: Toggle debug mode.%reset
: Reset the current session.%save_message [path]
: Save messages to a specified JSON path.%load_message [path]
: Load messages from a specified JSON path.%help
: Display the help message.README.md
:Impact:
This update will provide users with new functionalities in the interactive mode and ensure they have clear documentation to refer to. This combination aims to improve user experience and interaction with the tool.
Request for Review:
Kindly review the changes in both the codebase and the documentation. Feedback on the implementation, command usability, and documentation clarity would be greatly appreciated. If there are suggestions for additional commands or improvements, please let me know.