-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Store Conversation History #77
base: main
Are you sure you want to change the base?
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f41fb16 - Browse repository at this point
Copy the full SHA f41fb16View commit details -
Store and use the full conversation history in proper chat mode. This…
… way, referring to previous code is simpler.
Configuration menu - View commit details
-
Copy full SHA for 3abfaf2 - Browse repository at this point
Copy the full SHA 3abfaf2View commit details -
add new message types from kernel manager:
message_status for 'Kernel is ready' and the like message_error for error messages/backtraces from execution
Configuration menu - View commit details
-
Copy full SHA for e8685e2 - Browse repository at this point
Copy the full SHA e8685e2View commit details -
store execution results or error messages in conversation history to …
…allow for easier back-reference, e.g. when asking 'Please fix the code'
Configuration menu - View commit details
-
Copy full SHA for b0cb2b6 - Browse repository at this point
Copy the full SHA b0cb2b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5bf41 - Browse repository at this point
Copy the full SHA 8a5bf41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a053c5f - Browse repository at this point
Copy the full SHA a053c5fView commit details -
truncate entries in the history to avoid overrunning it too quickly w…
…ith excessive output.
Configuration menu - View commit details
-
Copy full SHA for 3b92a1f - Browse repository at this point
Copy the full SHA 3b92a1fView commit details -
Distinguish User and Computer prompts.
There is no real documentation on which difference this makes, but at least semantically, this is correct.
Configuration menu - View commit details
-
Copy full SHA for 7c3b4d6 - Browse repository at this point
Copy the full SHA 7c3b4d6View commit details