visata
visata
Thanks, it gave me the clue what needed to be fixed. I'm developing on Windows, so I had to fix the endings of each script: `sed -i 's/\r$//' filename `...
@mgburns That sounds great, maybe I need to wait for your batteries-included starter kit then instead of hacking the existing one :) I'm using virtualized Ubuntu on Windows but had...
This fixed for me https://github.com/joaomdmoura/crewAI/issues/573
It works well on wsl2, it has internet access. I prefer the faster access to this function. I understand the risks.
Quick update on the issue I reported earlier with the Claude CLI -p flag hanging indefinitely. Turns out it wasn't actually a bug - looks like there was some API...
I'm on WSL2, I created the alias inside ~/.baschrc `alias clauded="claude --dangerously-skip-permissions" ` When I run "clauded", it runs with --dangerously-skip-permissions enabled.
Same issue here, I use Claude Code via WSL2 on Windows 11, installed the extension manually. When I launch claude and /ide, it doesn't detect it. ``` Select IDE │...
I also use WSL with Claude Code. After longer interactions, it becomes unresponsive. I started Googling for the issue, and here I am.