Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 838 Bytes

File metadata and controls

21 lines (15 loc) · 838 Bytes

AI chat with codebase

chat

Description

In the chat, you can ask questions about the codebase. AI will answer your questions, and if necessary, it will offer code improvements. This is very convenient when you want to quickly find something in the codebase, but don't want to waste time searching. It is also convenient when you want to improve a specific function, you can ask "How can I improve the function {function name}?" and AI will suggest improvements. Codebase is analyzed using openai.

Usage

code-chat works only with files of popular programming languages and additionally with .txt files. All other files will be ignored.

$ copilot code-chat ./src