Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DScudeler/codeassistant

Repository files navigation

Code Assistant

A small personal project to play with AI and VS Code.

Code assistant provides a bridge between coding LLM and your development environment.

DISCLAIMER : This project is just a try. It does not meet any QA expectations.
I highly recommend that you use other LLM frameworks or extensions for production.

Features

Chat with your source code through LLM.

Requirements

A gRPC server following the instruction protocol has to be up.

Extension Settings

This extension contributes the following settings:

  • codeAssistant.server.address: LLM server address.
  • codeAssistant.prompt.system: System prompt used to open chat.
  • codeAssistant.prompt.user: User prompt used to open chat.
  • codeAssistant.prompt.assistant: Simulated answer from assistant to open chat.

Extension commands

  • codeAssistant.clearChat: clear current chat.
  • codeAssistant.openChat: sends prompt for current chat.
  • codeAssistant.infill: use <FILL> separator in selection for code completion.

Known Issues

  • general robustness regarding server connection
  • string format issues when retreiving some code with {
  • chat does not display sometimes

Release Notes

See changelog


About

Personal project to play with code and AI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /