Local PR per chat

Can we get some sort of like local pr kinda thing per chat? Because while all of the chats are doing similar or different tasks i want to be able to save the changes as a pr, they dont all appear in the changes of git, so that way its all seperate and i can track each chat’s changes.

Now this should be a sort of button/option because I could be doing multiple different things in each chat right i dont want that whole thing as a pr i want to trigger it whenever i want from the latest thing to the last pr done in that chat if that makes sense

I apologize if this is none of my business, but how much does an hour of that work with Cursor cost?

Pretty much nothing other than the 20 per month.

I recently did upgrade to ultra because cursor added rate limits so 200 now, but its unlimited use of the models and since im running like 6 local chats + however many background agents needed i have not been charged yet

Do you plan multi-threaded development on your own, or do you just launch chats according to the LLM orchestrator’s plan?

So far, I’ve only been able to follow two parallel streams, and only for a short time. I come up with prompts on my own.

nah, I use CRCT (GitHub - RPG-fan/Cline-Recursive-Chain-of-Thought-System-CRCT-: A framework designed to manage context, dependencies, and tasks in large-scale Cline projects within VS Code) as my core system planning/implementation, then spin up multiple chats for sort of day to dat fix/changes.

If i need to implement a new feature/big change CRCT is my go-to

1 Like