Ussage:
npx -y letmecode
| Key | Action |
|---|---|
[ / ] |
Switch providers |
Tab / Shift+Tab |
Switch providers when supported by the terminal |
Up / Down or k / j |
Switch dashboard sections |
Left / Right |
Select the previous or next table row |
Enter |
Run the selected provider action |
1 |
Select the Copilot VS Code setup action |
h / l |
Select a Copilot setup action |
q or Esc |
Quit |
Copilot CLI usage is read from ~/.copilot/session-state.
VS Code extension usage needs file OTEL logging first. Select the Copilot provider, choose Start logging VS Code with 1 or h / l, then press Enter; letmecode will update the current user's VS Code settings with:
{
"github.copilot.chat.otel.enabled": true,
"github.copilot.chat.otel.exporterType": "file",
"github.copilot.chat.otel.outfile": "~/.copilot/otel/vscode.jsonl",
"github.copilot.chat.otel.captureContent": false
}pnpm install
pnpm start