Developer productivity extension using LLMs for productivity and code manipulation.
Angreal allows you to suggest code completions and code replacements in editor.
-
Suggestion Given a line of code, number of lines and the file context, provides a suggested completion.
-
ReplaceSelection Given a selection and a prompt, replaces it given a transform.
Requires an OpenAI Api Key in the settings path -> see Extension Settings.
This extension contributes the following settings:
angreal.OpenAIKey
: Open AI Api Key.angreal.GroqKey
: Groq Api Key.angreal.Temperature
: Temperature of language completionangreal.MaxTokens
: Max Tokens sent to completion endpoint.
Users appreciate release notes as you update your extension.
Initial release of angreal.
Bugfix with default open ai api key.
Add keybindings
Fix keybinding bug.
Change keybindings.
Add Groq server support.
Add model temperature and maxtokens settings.