mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
Refactor EnhancedContextPlugin to simplify command list and remove unnecessary commands
This commit is contained in:
@@ -741,12 +741,7 @@ def main():
|
||||
Type 'quit' to exit.
|
||||
|
||||
Commands:
|
||||
- `/summary`: Show a summary of recent conversation topics
|
||||
- `/topics`: Show detailed list of all conversation topics
|
||||
- `/essence`: Show user characteristics and preferences
|
||||
- `/perspectives`: Show LLM perspectives on the conversation
|
||||
- `/copy`: Copy last assistant response to clipboard
|
||||
- `/paste`: Paste clipboard content as user message
|
||||
- `/`: See a list of commands.
|
||||
"""
|
||||
console.print(Markdown(md))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user