FeaturesCommentator is a free to use VSCode Extension that automatically adds comments to your code leveraging AI to understand the context. You don't have to worry anymore about spending hours line by line to add comments RequirementsLangChain and @langchain/cohere. You can install with 'npm install langchain' and 'npm install @langchain/cohere' Known IssuesRight now it might not work for large codebases due to the limitability of the model. But We are working on that. Release Notes1.0.0Initial release of the prototype for small codes. |