Update historyMessages.ts

This commit is contained in:
Jinglei Ren 2023-05-18 22:28:38 +08:00 committed by GitHub
parent 9aba48d09e
commit 188690ca38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,11 +19,11 @@ function welcomeMessage(): LogEntry {
hash: 'message', hash: 'message',
user: 'system', user: 'system',
date: '', date: '',
request: 'How to use DevChat?', request: 'How do I use DevChat?',
response: ` response: `
DevChat provides an editing operation method through problem driven development. You can start the journey of using DevChat from the following aspects. Do you want to write some code or have a question about the project? Simply right-click on your chosen files or code snippets and add them to DevChat. Feel free to ask me anything or let me help you with coding.
1. Right click to select a file or a piece of code to add to DevChat and try asking AI about the file/code.
2. Use the+button in DevChat to select a git diff message and try using "/commit_message" command to generate a commit message. Don't forget to check out the "+" button on the left of the input to add more context. To see a list of workflows you can run in the context, just type "/". Happy prompting!
`, `,
context: [] context: []
} as LogEntry; } as LogEntry;