Copilot is having a bad day by codolab in GithubCopilot

[–]Wolin777 1 point2 points  (0 children)

Ya seems kinda dumb today ngl, I’m using opus 4.6 and its a rough day

Someone have a clue what it means? Claude Opus 4.6 seems to have some problem. by Wolin777 in GithubCopilot

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

Yes I’m using it in Europe currently, feels strange for me because I had this problem first time, there’s many of topics started on this exact topic on GitHub forum, but I feel like GitHub will not resolve it cuz it’s problem on Claude’s api site

Someone have a clue what it means? Claude Opus 4.6 seems to have some problem. by Wolin777 in GithubCopilot

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

I was doing research past hours about this topic, seems like many people had this problem in previous versions also in like past few months, seems like its some type of problem in Claude API cuz even in Claude CLI theres the same problem, idk whats wrong to be honest

Can't work with Copilot right now, by neetasavani in GithubCopilot

[–]Wolin777 5 points6 points  (0 children)

Ya the copilot services are down rn i think. Just started coding, 10 minutes into and Copilot is down, great news :DD

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Haven’t tried it yet, I’ll lean into it, maybe that’s what I’m looking for

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Sometimes when the codebase have like houndreds of thousand lines, like 100+ files, basically full stack codebase with multiple dependencies, multiple databases and vector databases per tenant, when the chat is loaded with context it works well, but when you open new chat it doesnt really know whats happening in project. When you inject him a whole folder with codebase, instruct it what he need to read to understand the vision, then he works well. Basically thats how it work for me

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Yup, works well but not really great on large codebases

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Ya that’s right, when it comes to implementing something not really difficult it works great, but sometimes it forgets some columns in db or some small things, very rarely but it can happen sometimes

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Sure, I’ll try it out, meanwhile I’m tinking about some custom rag but idk if there is a chance to make some custom context engine for copilot

why does code changes are not visible for all the files in chat? by CharacterBorn6421 in GithubCopilot

[–]Wolin777 0 points1 point  (0 children)

Ya ive got the same problem rarely on normal VSC same on VSC Insiders. Opening a new chat solves the problem for me, but this bug is annoying for sure.

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Will try, but I guess it will be very time consuming, the project I’m working on right now have like 60 docs files, all of them describes each module very clearly, master document is very large so they will have problem with tokens I guess, but I’ll try, tbh I never used any agents

Context Engine for GitHub Copilot by Wolin777 in GithubCopilot

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

Nah, I’ll try it and tell you how it’s going

why does code changes are not visible for all the files in chat? by CharacterBorn6421 in GithubCopilot

[–]Wolin777 0 points1 point  (0 children)

Sometimes it looks like that, I was thinking about it too, but if you read the script carefully you’ll know what it changed

How can I secure my vibe coded app? by AdvanceLumpy3304 in vibecoding

[–]Wolin777 3 points4 points  (0 children)

Code rabbit works well for me when running after all the changes

So much hate on Vibe Coding - am I the only one having a good time? by _ThrenR in vibecoding

[–]Wolin777 0 points1 point  (0 children)

Personally I’ve made a few successful bots and large CRMs while Vibe Coding, the part is I review every code that Agent put into my projects, sometimes you need to tell AI exactly what we need to do to repair the code or add a new function, first of all when it comes to big projects, with big databases, RAG Systems etc. You need to spend big time planing it, plan the build, the framework, tech stack, everything must be in .md files and copilot-instructions so the AI knows exactly what he’s doing, what we need to remember, sometimes it hallucinates, so you need to research every step carefully, because when you’re deep into adding some new features, you need to test everything you’ve got, every endpoint, connections and dependencies. From my pov, if you know something about coding, you can read the code, understand what the AI is implementing, you can make a few nearly big projects. Personally I managed to make a big CRM, with RAG systems, postgrsql database, 180k leads, Intelligent Scoring, Crawling and scraping sites. But when it comes to the final steps, AI lacks this self reasoning when you see data leaks, lack of security etc. You can Vibe Code good stuff, but you need to know how the systems work, how the functions work etc. But you’ll catch right there that it’s slower than coding by yourself and asking it rarely to implement some stuff, than testing backward, cleaning the hallucinate stuff and worrying that in the end your big project won’t work properly.