-
Notifications
You must be signed in to change notification settings - Fork 11
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
docs: add ai coding-assistant section #169
base: main
Are you sure you want to change the base?
docs: add ai coding-assistant section #169
Conversation
Signed-off-by: stefanicjuraj <[email protected]>
We should mention that our AI coding assistant is powered by continue.dev. |
Signed-off-by: stefanicjuraj <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stefanicjuraj in the Overview we should mention that to access the AI Coding Assistant that you must use the VS Code Browser IDE.
-
would use the Continue.dev logo for the menu.
-
would change the name to "AI code assistant"
Signed-off-by: stefanicjuraj <[email protected]>
@ivan-burazin Not entirely sure that this documentation belongs here. cc @gdraganic |
Yes it does but lets keep it Commented please @stefanicjuraj as the cloud team can uncomment it |
|
||
import Keyboard from '@components/Keyboard.astro'; | ||
|
||
The AI code assistant provides code suggestions, completions, and chat functionality for your Workspace code editor. The AI code assistant uses Mistral Codestral to provide code suggestions and completions, and OpenAI ChatGPT to provide chat functionality. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest we edit this section:
The AI code assistant provides code suggestions, completions, and chat functionality within your Workspace code editor. You can use the AI code assistant by opening a Workspace in the Visual Studio Code Browser IDE.
Powered by continue.dev, the AI code assistant offers a range of capabilities. For complete documentation, please refer to the official docs at docs.continue.dev. Below, you can find a curated list of features:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stefanicjuraj this is not updated
Signed-off-by: stefanicjuraj <[email protected]>
Fixes #164