The usage suggested in this thread seems to be a huge amount of work to set up
Exactly the opposite. There is no setup except just install and start using. That's the whole point.
Exactly. There are a lot of things you _can_ do, to improve the process. But for me the huge benefit of specifically the CLI agents is that you dont have to change your existing process at all.
The situation we need to assist in here is that the OP's dev environment is highly customized, version frozen all over the place and running on Windows 7.
That particular combination, old eclipse, old proprietary extensions, old operating system and a completely custom dev environment beyond that... is not particularly welcoming to modern software. Almost everything in the stack dropped windows 7 support 5 to 6 years ago, along with the dated DotNet runtimes and you are immediately into "What works, what doesn't" if you try and run them.
Peter has suggested he is willing to go as far as a VM with Windows 10 I believe? That's a start. Not a bad one either. For Peter's peace of mind the VM provides a protection layer, makes it a sandbox "air gapped" almost from his actual dev environment. No shared files, no shared execution contexts, no shared memory.
Windows 10 alone will get to a running claude CLI in power shell. Might require a few "Add programs and features".
Does anybody actually like DotNetCLI... sorry Power shell? I know I can't speak a line of it.
I would see that as the next hurdle. How do we get a 'decent' enough bash shell on WIndows 10? WSL ... is a bit heavy, it's basically a nested VM. Brings a whole new set of problems we don't want. You might as well install Kubuntu at that point instead of Windows 10.
VSCode will run happily in Windows 10, I use Windows 10 for dev still. VSCode has got claude extensions and they do support "Raw CLI" mode. If you are going to find a bash shell extension somewhere, VSCode is a good place to look. Cygwin... not worth it. "Git Bash" doesn't have the level of terminal control required by claude.
Even with powershell. Just
* Fresh windows 10 VM
* Turn off the garbage telemetry and tidy it up - or use a pre-cleaned ISO
* Install Claude CLI with the instructions for Windows 10.... I believe they exist somewhere
* Copy, zip, checkin/out, or fileshare a copy of your project into the VM
* Run claude.
* Ask it about your project.
* Tell it your problems.
* Sit back and enjoy.
Caveat: I have never tried to run claude in Windows at all.
Caveat2: I think the OP should just go and install Kubuntu. It's very windows like and very user friendly out of the box. It even has the "Terminal - Konsole" in the favourites menu on first boot. Just the claude curl command to begin.