Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 448 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 448 Bytes

clAI

A co-pilot for your terminal

  • Bring your own openAI API key
  • Smart context aware results

Build and install the binary locally

go build main.go && mv main  ~/.local/bin/clai

How to debug

  • Run the dlv server command on the terminal:
dlv debug --api-version 2  --headless --listen=:2345 .
  • Connect to server in vscode debug

  • Terminal will run the commandline app

  • Add breakpoints and debug away!