saoudrizwan / claude-dev

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.
https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev
MIT License
4.04k stars 381 forks source link

Will this be available for VSCodium? #140

Closed sunilodedra closed 3 weeks ago

sunilodedra commented 3 weeks ago

Hi Saoud! The project looks amazing, I'd love to try it but honestly would rather swallow a grenade than install VSCode (MS is evil!) :joy: Opensource VSCodium is a great platform but looks like they don't have Claude-Dev in their extensions marketplace. Are there any plans to publish to (https://open-vsx.org) ??

Some more info here on steps needed

Thanks,:) Sunny

pydevcs commented 3 weeks ago

Follow instructions to build Claude Dev locally and then build a .visx file to install in vscodium

git clone https://github.com/saoudrizwan/claude-dev.git

cd claude-dev

npm run install:all

npm install -g vsce

vsce package

Install from VSIX...

saoudrizwan commented 3 weeks ago

Just published to Open VSX, give that a try! https://open-vsx.org/extension/saoudrizwan/claude-dev

SunnyOd commented 3 weeks ago

Just published to Open VSX, give that a try! https://open-vsx.org/extension/saoudrizwan/claude-dev

Yess!! Thank you Saoud! :smile_cat:

SunnyOd commented 1 week ago

Hi Saoud. Is it possible to make the openvsx repo sync with the main vscode repo? Looks like the extension is out of date :thinking:

saoudrizwan commented 1 week ago

@SunnyOd yes my bad, I will upload the next update to open vsx!

SunnyOd commented 1 week ago

Sorry to be a pita :blush: I'm not sure if this is of any use but I think it might be possible to use github actions to automate publishing of vscode extensions across multiple repos. I found this, but tbh don't fully understand it:

https://dev.to/sourishkrout/the-github-action-you-need-to-publish-vs-code-extensions-1n8

Thanks so much. Looking forward to trying the new features, they look insane :heart_eyes:

saoudrizwan commented 1 week ago

No not a pita at all, thank you for being so kind about me neglecting the vscodium users. I will try to be more ontop of it moving forward! BTW v1.5.20 is now available with features like ollama support, edit claude's suggestions in the diff view, new regex search file tool to help claude find TODOs/FIXMEs, and more!

SunnyOd commented 1 week ago

You're such a ledge dude! Thanks, I already see 250+ downloads on VSCodium :) Thanks for supporting FOSS! :heart:

Testing out Ollama models now :)