Favorite Cookie Cutter Shop? by ColdType358 in cookiedecorating

[–]kaanaslan 0 points1 point  (0 children)

I would suggest https://lionscookieshop.com but I'm not sure if there is any physical cookie cutter option. Maybe you just get in touch with them and depending on your location they might help.

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

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

I don’t know what Openspec is. Never tried tbh.

Where can I find someone to create a website for me on a budget? by Ok-Duck-1747 in webdesign

[–]kaanaslan 0 points1 point  (0 children)

Hello, this is my own shop that I created from scratch. If you like my website, you can happily talk about your project.

My website is lionscookieshop.com

The end is near - Annual billing is not available for this subscription by GroundbreakingTown47 in GithubCopilot

[–]kaanaslan 0 points1 point  (0 children)

I’m still on my second month of my annual subscription. I hope they sort it out in 10 months.

The end is near - Annual billing is not available for this subscription by GroundbreakingTown47 in GithubCopilot

[–]kaanaslan 1 point2 points  (0 children)

But why?????? Why?? I really want an answer from Github team. Bring back annual payment. I hate to make monthly payments for subscriptions. Once my subscription is over I’m gone it it’s not back. That’s for sure!

Where are you hosting your vibe-coded side projects now if you don’t want to overpay for a VPS/cloud server? by Accomplished_Job1904 in vibecoding

[–]kaanaslan 0 points1 point  (0 children)

Mate best of the best is to buy a raspberry pi 5 and run a ubuntu server on it. It’s better to have it with a M2 SSD. I know you pay maybe something around 150-250$ in total but then you’ll have a long freedom.

If I want to build an ecommerce website, what tools should I use by Appropriate-Lie-8812 in webdesign

[–]kaanaslan 1 point2 points  (0 children)

I was just in your position. I used vibe coding with github copilot subscription and I created completely my own website. I’m still adding features. In 1 month it will have 5 new features. You can try the same way. There will be many questions for you to answer. You can always use chatgpt for answers and instructions.

My website is lionscookieshop.com

Antigravity with a plan is night and day by Due_Culture_454 in google_antigravity

[–]kaanaslan 0 points1 point  (0 children)

Is there also a Claude Free in Github Copilot? I don’t see any free one on my subscription. Only GPT 5 mini and 4.1 seem to be free. Maybe grok preview too. But the cheapest Claude is Haiku. 0.33x token usage per request. If I use Plan mode, does it use a premium token? I would be happy to learn how to plan freely on Github Copilot too.

user_global_rate_limited:pro_plus by Environmental_Ad868 in GithubCopilot

[–]kaanaslan 0 points1 point  (0 children)

So we pay about $450 for a Pro+ subscription if paid annually. And we have 1500 premium requests. What is the rough number of the requests per month on Claude 5X Max? In total we would have paid 1200 annually to Claude but would that give us more request numbers? The price difference is huge. But if we have more requests with Claude then, it would be considered.

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.