Important
This proof-of-concept has been shelved for the time being. I'm currently using Augment Code and am exceptionally happy with it. It's basically what I wanted Recline to become once it was fully done. I just might pick this project back up at a later time, but for now it's on hold.
The AI assistant that seamlessly integrates with VSCode to autonomously create, edit, and run terminal commands; redefining how you code.
Important
Recline is being be rewritten from scratch.
It is currently in the "proof-of-concept" stage.
Recline will be fully usable and work as expected once it reaches version 1.0.0
Eventually Recline will be released on the VSCode Marketplace.
However; This project is currently in a very experimental state.
To install and test-drive Recline, you'll need to manually build the extension and install directly from VSIX.
git clone https://github.com/julesmons/recline.gitcd ./reclinepnpm installpnpm run packageNote
Version number will differ based on the actual version in ./package.json
code --install-extension ./recline-0.0.1.vsix