Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/opencode/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "OpenCode",
"id": "opencode",
"version": "1.0.0",
"version": "1.1.0",
"description": "AI coding agent, built for the terminal. An open-source alternative to Claude Code with support for multiple LLM providers.",
"documentationURL": "https://opencode.ai/docs",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion test/_global/opencode-specific-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

set -e
source dev-container-features-test-lib
check "opencode with specific version" /bin/bash -c "opencode --version | grep '0.10.0'"
check "opencode with specific version" /bin/bash -c "opencode --version | grep '1.0.107'"

reportResults
2 changes: 1 addition & 1 deletion test/_global/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"opencode": {
"version": "0.10.0"
"version": "1.0.107"
}
}
}
Expand Down