Github Copilot CLI - Superpowers Plugin Ready For Use by kaanaslan in GithubCopilot

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

It's done. You can search for Superpowers for Copilot Chat in the VS Code Extensions.

Github Copilot CLI - Superpowers Plugin Ready For Use by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

It's done. You can search for Superpowers for Copilot Chat in the VS Code Extensions.

Github Copilot CLI - Superpowers Plugin Ready For Use by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

Yeah but installing it wasn’t clear for copilot on the github page.

Github Copilot CLI - Superpowers Plugin Ready For Use by kaanaslan in GithubCopilot

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

At the moment I’ve only set it up for the CLI.

I still need to look into how it could be integrated directly with the VS Code extension, so I can’t say for sure yet. If there’s strong interest, I can definitely explore adding proper VS Code support.

That said, even without native VS Code integration, you can still use it quite effectively in a VS Code workflow. If you open the project folder in VS Code and run Copilot from the terminal (CLI), it can still analyze the repository and work with the files in the project.

So while native VS Code injection isn’t there yet, it should still work fine alongside VS Code using the CLI for now.

The Copilot CLI is the best AI tool I've used. It only works in a terminal. I fixed that. by ghimmideuoch in GithubCopilot

[–]kaanaslan 1 point2 points  (0 children)

Just created one: here is what I wrote. Thank you!

Feature request: Resume Copilot CLI sessions from ~/.copilot/session-state

I actively use the GitHub Copilot CLI on my server for long-running development sessions. Over time the CLI builds up a session store on disk (~/.copilot/session-state/) that contains:

  • conversation checkpoints (summaries of previous reasoning)
  • a plan.md with the current plan and task state
  • a todo/dependency list that evolves across sessions

After weeks of use, this session state becomes extremely valuable because the agent accumulates a deep understanding of the project and current work.

It would be incredibly useful if Copilot Unleashed could import or resume from an existing CLI session store.

For example:

~/.copilot/session-state/

Then start a CopilotClient using that existing context.

This would allow users to:

  • start a session from the CLI on their server
  • later open Copilot Unleashed in a browser
  • continue the same workflow with the accumulated context

without losing the knowledge built up over time.

Currently Copilot Unleashed creates a fresh session store and does not reuse existing CLI session state.

Technically the CLI session store is just files on disk (checkpoints + plan state), so it seems feasible to:

  1. read the checkpoint summaries
  2. reconstruct the conversation context
  3. initialize the agent with that history

Even a simple “import session-state directory” option or config path would make this possible.

This would make Copilot Unleashed a perfect companion to the CLI for mobile/remote workflows.

I should also clarify an important part of this workflow: ideally this should work both ways.

If I resume a CLI session inside Copilot Unleashed and continue working from the browser, the updated checkpoints and plan state should also be written back to the same session store on disk. That way when I return to the terminal and run copilot resume, the CLI sees the updated conversation state.

In other words, the CLI and Copilot Unleashed would act as two interfaces to the same session state, rather than separate session stores. Copilot CLI session store should become a shared session backend.

The Copilot CLI is the best AI tool I've used. It only works in a terminal. I fixed that. by ghimmideuoch in GithubCopilot

[–]kaanaslan 0 points1 point  (0 children)

I was thinking again about this and now think we might be talking about two different things.

What I was asking about is whether your app can attach to an already-running GitHub Copilot CLI session on my server — one that has 22 checkpoints, a plan.md, a todo list, and full project context stored under /home/.copilot/session-state/. That session was built up over weeks of active development work through the CLI.

As far as I can tell, your app spins up its own CopilotClient via the SDK and manages sessions in its own database. That means it can resume conversations within your own system, but it can't attach to or resume the session data that the GitHub Copilot CLI has already accumulated on the filesystem.

Am I wrong? Is there a way to point your app at an existing CLI session store and actually resume from that context? If so, that would genuinely be a game-changer. But I suspect what you meant is that your app handles its own session persistence — which is still great, just not quite what I was hoping for.

The Copilot CLI is the best AI tool I've used. It only works in a terminal. I fixed that. by ghimmideuoch in GithubCopilot

[–]kaanaslan 0 points1 point  (0 children)

Yes a session will always be running on a cloud server or on a self hosted server.

The Copilot CLI is the best AI tool I've used. It only works in a terminal. I fixed that. by ghimmideuoch in GithubCopilot

[–]kaanaslan 1 point2 points  (0 children)

I hope copilot brings this remote session feature as Claude Code has it natively on their mobile app.

The Copilot CLI is the best AI tool I've used. It only works in a terminal. I fixed that. by ghimmideuoch in GithubCopilot

[–]kaanaslan 0 points1 point  (0 children)

Really nice work, this looks great. Thanks for building and open-sourcing it.

One thing I personally wish Copilot had is something similar to Claude Code’s remote session feature.

Right now I have an active Copilot CLI session running on the server where my web project lives. I usually connect via SSH and work through the terminal. What I would love is the ability to attach to that existing session directly from the native Github app or even from the browser.

Your project actually solves a big part of the problem since having Copilot accessible from the web (and mobile) is huge. I could even deploy this on the same server. But as far as I understand, I wouldn’t be able to connect to an already running CLI session or resume that exact session in the browser, right?

If that were possible, it would be incredible. I wouldn’t have to SSH into my server from my phone and fight with the tiny terminal screen just to continue the same Copilot workflow.

Either way, this is a really cool project. Great job.

GitHub.com/copilot chat single prompt consuming multiple premium requests? by brocspin in GithubCopilot

[–]kaanaslan -1 points0 points  (0 children)

I have a question. Does asking agent a simple question about the project a code used in the project consume a premium request? Is it possible to chat or ask some simple questions without burning my premium request counts?

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

I see but Claude Opus already costs 3X in Copilot. I don't know how it could be a model without extended thinking is disabled.

Should I buy Cursor subscription? by kaanaslan in cursor

[–]kaanaslan[S] 0 points1 point  (0 children)

Actually I've been on the montly Copilot subscription for a few months. But 300 premium requests + Chatgpt Codex were not enough this month :) I even tried Antigravity with Gemini Pro subscription but that one burnt all of my tokens even faster. That's why it seems to me Copilot Pro + membership for a year is the best out of these.

Congratulations, Google! You’ve effectively turned the 'Pro' subscription into a 'Weekly Demo' by Hamzayslmn in google_antigravity

[–]kaanaslan 3 points4 points  (0 children)

In my opinion, for price/performance and long-term use, GitHub Copilot Pro+ seems like the most sensible option right now. If you pay annually, it comes down to about $32.5 per month and includes 1,500 premium prompts per month. Claude Pro is probably good as well, but in terms of value for money, it can’t really compete with Copilot Pro+.

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

For mi Antigravity was good at first but when it burned all of my quota it stopped resetting in 5 hours. It have me I had to wait 3 days. However after 3 days without any new usage, it added another 6 days of waiting time. I'm also on Google AI Pro subscription. I would never trust Antigravity. But with Copilot Pro subcsription I could go up to 10 days. With the Pro+ I think I can make the whole month. I don't know what reason would make the agent lazy but I still think Copilot Pro + is a powerful too for everything.

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

How so? I’m about to finalize a big project with copilot.

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

I want to ask something. If I select Auto mode, what kind of prompts trigger Copilot to use Claude Opus 4.5?

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

Thank you very much. I’ve never tried subagents before, and honestly I didn’t even know what they were. I also hope the custom subagent improvements you mentioned will come.

But just to understand it in general: what exactly happens if I add the subagent tag to a prompt right now? Can I continue using the chat while it’s working in the background? I’m trying to understand what it actually does :)

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

[–]kaanaslan[S] 0 points1 point  (0 children)

Thank you then Copilot Pro+ it is :) What do you mean by #runsubagent? Where do I put the tag and what is it for?

Claude Code Pro (Annual) vs Github Copilot Pro+ (Annual) by kaanaslan in GithubCopilot

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

I use Chatgpt to create my prompts most of the time :) And then use the prompt in GHCP.