https://github.com/jcosentino11/devbox-aider-vscode-template
Template for new vscode projects that uses devbox for nix-based dependency management.
https://github.com/jcosentino11/devbox-aider-vscode-template
aider devbox template vscode
Last synced: 18 days ago
JSON representation
Template for new vscode projects that uses devbox for nix-based dependency management.
- Host: GitHub
- URL: https://github.com/jcosentino11/devbox-aider-vscode-template
- Owner: jcosentino11
- Created: 2025-06-22T18:21:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T12:19:46.000Z (3 months ago)
- Last Synced: 2025-08-31T18:04:35.472Z (about 1 month ago)
- Topics: aider, devbox, template, vscode
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devbox-aider-vscode-template
Template for new vscode projects that uses [devbox](https://www.jetify.com/docs/devbox/) for nix-based dependency management.
Includes console integration with [aider](https://aider.chat) for easy LLM usage within the project window.
https://github.com/user-attachments/assets/5737e02a-55ce-4120-b184-8b2966bdce2d
## One-time setup
Install the following if not already on your machine:
* [devbox](https://www.jetify.com/docs/devbox/)
* [aider](https://aider.chat)
* vscode extensions from `.vscode/extensions.json`## Project Setup
### Aider (Console AI Agent)
* Add API keys to a `.env` file (see `.env.example`)
* Add [model](https://aider.chat/docs/llms.html) to an `.aider-model` file (see `.aider-model.example`)## Usage
1) Open your project in vscode
2) cmd+shift+p, `Devbox: Reopen in Devbox shell environment`## Helpful Docs
* https://www.jetify.com/docs/devbox/quickstart/