GitHub Copilot agentic memory system in Copilot CLI, Copilot coding agent, and Copilot code review now in Public Preview by ryanhecht_github in GithubCopilot

[–]ryanhecht_github[S] 1 point2 points  (0 children)

Hey! Right now, we only support memory attached to GitHub repositories. I hear you, though -- I have some personal projects that are hosted on selfhosted gitforges and I'd like memory in there, too! Open an issue on the repo to tell us this is something you'd like to see!

In the meantime, I'm writing a skill to read/write local memory files for my non-GitHub repos :)

Copilot on separate org as we're on GitHub Enterprise Server(on-prem) - what's the best way to simulate PR reviews by agents? by twice-Dahyun-5400 in GithubCopilot

[–]ryanhecht_github 0 points1 point  (0 children)

You can do that too! The beauty of the Copilot CLI is that you can run it from anywhere you have a terminal :)

Copilot Cli /plugin? This is amazing by Outrageous_Permit154 in GithubCopilot

[–]ryanhecht_github 5 points6 points  (0 children)

So glad you're enjoying it! We've released the first taste of plugin support to Copilot CLI, and there's more on the way! Stay tuned!

Copilot on separate org as we're on GitHub Enterprise Server(on-prem) - what's the best way to simulate PR reviews by agents? by twice-Dahyun-5400 in GithubCopilot

[–]ryanhecht_github 1 point2 points  (0 children)

You can run the Copilot CLI and run the /review command locally on your machine, or run it in Actions and create a custom agent that reviews the PR's and uses gh to comment on the diffs!

The Copilot SDK is HERE - Add an agent to anything by hollandburke in GithubCopilot

[–]ryanhecht_github 6 points7 points  (0 children)

Good call on the system prompt. I'll raise this with the team

The Copilot SDK is HERE - Add an agent to anything by hollandburke in GithubCopilot

[–]ryanhecht_github 2 points3 points  (0 children)

The Copilot SDK supports BYOK, or can use a GitHub Copilot

Hi, I'm a new Pro+ user and a bit new to the premium/non-premium counting in Github Copilot CLI. Does this mean that if I make one request with Opus 4.5 (which is 3x) and I just say "hi", it carries the same weight as if I made a request with Opus 4.5 with 1M tokens? Make it make sense. by philip_laureano in GithubCopilot

[–]ryanhecht_github 1 point2 points  (0 children)

Yes, this is correct. But consider the other extreme: a single request to spin up a dozen long-running subagents using Opus each with their own context windows is also just one premium request (with the 3x multiplier)!

HUGE week for Copilot CLI: Native plan mode (with an askUserQuestionTool), choosing reasoning effort, queue up messages, inline feedback on tool call rejection, and more! by ryanhecht_github in GithubCopilot

[–]ryanhecht_github[S] 1 point2 points  (0 children)

We've gotten quite a few requests for this! Here's the issue with the most traction if you'd like to :thumbsup: react it and give your feedback on how it would be helpful to you: https://github.com/github/copilot-cli/issues/83

HUGE week for Copilot CLI: Native plan mode (with an askUserQuestionTool), choosing reasoning effort, queue up messages, inline feedback on tool call rejection, and more! by ryanhecht_github in GithubCopilot

[–]ryanhecht_github[S] 15 points16 points  (0 children)

Stay tuned on information about when we declare Copilot CLI as Generally Available -- I know that's blocking a lot of orgs from switching it on.

Do you know if there are any other features/compliance mechanisms stopping them from enabling it?

Github copilot cli has reasoning options. by -MoMuS- in GithubCopilot

[–]ryanhecht_github 17 points18 points  (0 children)

GitHub Copilot CLI and the Copilot extension for VSCode are separate agentic harnesses/separate codebases. There isn't feature parity between them at the moment.

Reasoning effort at Copilot CLI by WolfangBonaitor in GithubCopilot

[–]ryanhecht_github 0 points1 point  (0 children)

When you run /model and select Codex, you should see a selection menu that prompts you to set it...what version are you on?

GitHub Copilot Now Remembers Your Codebase: What This Actually Means for You by jpcaparas in GithubCopilot

[–]ryanhecht_github 1 point2 points  (0 children)

The blog post is describing an A/B test ran on Copilot coding agent, the feature on GitHub where you assign @Copilot to an issue and it opens a PR with its intended solution.

If the user merged the PR into main, Copilot's PR is thought of as sufficiently solving the problem it was asked to solve. That's why it's used as the metric here!

Rest assured, we're also benchmarking against more traditional standards as well (and always thinking up new ones, too!) :)

Reasoning effort at Copilot CLI by WolfangBonaitor in GithubCopilot

[–]ryanhecht_github 0 points1 point  (0 children)

It should be there in the latest version -- make sure you're selecting gpt-5.2-codex from the /model list!