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.git
cd ./recline
pnpm install
pnpm run package
Note
Version number will differ based on the actual version in ./package.json
code --install-extension ./recline-0.0.1.vsix