Is there any way to continue GitHub Copilot conversation on GitHub CLI? #138664
Replies: 2 comments
-
|
Currently, GitHub Copilot's conversational features are designed for editor environments like VS Code. There's no direct way to interact with Copilot via the GitHub CLI, but you can generate suggestions in the editor and use them in the CLI as a workaround. |
Beta Was this translation helpful? Give feedback.
-
|
You can't in the CLI. But you can continue a conversation in the online web based Github Copilot. I havent tested this with other models but I know it works with GPT-4.1. If you ask the A.I. if is possible to continue where you left off it will say no and then give you a bunch of reasons why not. However, you can achieve this by utilizing the share button at the top of the conversation page on the right. Once you click it you will git a share conversation window with an empy text box, press the green share button. Copy and save the link it generates. Then even if you log out you can access that conversation again with the link. please continue conversation utilizing text from before the " Messages beyond this point will start a new private conversation" note. And it will continue as if you never left. Hope this helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm exploring ways to continue an interactive GitHub Copilot conversation directly within the GitHub CLI. Has anyone found a method or workaround to maintain ongoing interactions with Copilot in a CLI environment?
Beta Was this translation helpful? Give feedback.
All reactions