assistant: Rename "new context" to "new chat" (#20043)

This PR is only updating UI strings and pieces of the documentation—it
doesn't touch the actual code, where it's still using things such as
`NewContext` and similar terminology for variables, actions, etc.

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2024-11-06 07:24:04 -03:00 committed by GitHub
parent c2cf4c45c0
commit d3a49f6d8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 55 additions and 59 deletions

View file

@ -20,7 +20,7 @@ A common workflow when using the inline assistant is to create a context in the
### Example Recipe - Fixing Errors with the Inline Assistant
1. Create a new context in the assistant panel.
1. Create a new chat in the assistant panel.
2. Use the `/diagnostic` command to add current diagnostics to the context.
3. OR use the `/terminal` command to add the current terminal output to the context (maybe a panic, error, or log?)
4. Use the inline assistant to generate a fix for the error.