Bundles
Bundles are collections of blocks that are commonly used together. You can use them to add multiple building blocks to your custom AI code assistants at once. They are only a concept on hub.continue.dev, so they are not represented in config.yaml
.
Use a bundle
Once you know which bundle you want to use, you’ll need to
- Make sure the correct assistant is in the sidebar
- Click “Add all blocks". This adds the individual blocks to your assistant.
- Add any required inputs (e.g. secrets) for each block.
- Select “Save changes” in assistant sidebar on the right hand side
After this, you can then go to your IDE extension using the "Open VS Code" or "Open Jetbrains" buttons and begin using the new blocks.
Create a bundle
To create a bundle, click “New bundle” in the header.
Choose a name, slug, description, and visibility for your bundle.
Then, search blocks using the "Search blocks" input and add them to your bundle.
Once you have added all the blocks you want in your bundle, click "Create Bundle" to save it and make it available for use.
Remix a bundle
It is not currently possible to remix a bundle.