This repository publishes a collection of Dev Container Features for AI coding agents.
| Feature | Description |
|---|---|
codex |
Installs OpenAI Codex and persists authentication, configuration, and session history. |
opencode |
Installs OpenCode with persistent configuration and session history. |
Each feature is independently versioned and published from its directory under
src/.
Add one or both features to your devcontainer.json:
{
"features": {
"ghcr.io/zendril/features/codex:1": {},
"ghcr.io/zendril/features/opencode:1": {}
}
}