Installs Open Code for AI code assistance https://opencode.ai
"features": {
"ghcr.io/stu-bell/devcontainer-features/open-code:0": {}
}| Options Id | Description | Type | Default Value |
|---|---|---|---|
| open_code_version | Specific version number to install, eg: 1.1.13 | string | latest |
Tested on Alpine, Debian and Ubuntu.
Add the feature to your devcontainer.json:
{
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/stu-bell/devcontainer-features/open-code": {}
}
}Start your devcontainer, ssh in, and run: opencode
Note: This file was auto-generated from the devcontainer-feature.json. Add additional notes to a NOTES.md.