Skip to content

PromptlyCode/PromptlyCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watch the video

Features

  • Cmd+k code question modification
  • Cmd+l chat for code
  • Chat markdown render, code highlight
  • View the graphviz diagram of the function relationship
  • AI reads local files, writes files, obtains file status, etc.
  • Support RAG code search by ollama nomic-embed-text: https://github.com/PromptlyCode/rag-code-sorting-search rag_search_code.py build path & rag_search_code.py search 'query'
  • Multi-agent technology encapsulates a Docker automatic environment verification,and uses ReAct for environment feedback and error correction, and AI automatic environment construction and repair: https://github.com/PromptlyCode/ai-automatic-env-build
  • Support rapid prototyping verification POC AI programming
  • Tab automatically complete code and predict code use vscode inline completion: https://github.com/PromptlyCode/inline-completion-model
  • Support voice wake-up interactive programming

Usage

  • VSCode plugin search PromptlyCode and install

  • cmd+k for code question

  • cmd+l chat for code

  • cmd-e show function relationship

Develop

cd PromptlyCode && yarn
vscode PromptlyCode
    1. Inside the editor, open src/extension.ts and press F5 or run the command Debug: Start Debugging from the Command Palette (⇧⌘P). This will compile and run the extension in a new Extension Development Host window.
    1. Select some code and then press cmd+k
    1. Press cmd+l and input content to chat

Releases

No releases published

Packages

No packages published