diff --git a/src/opencode/devcontainer-feature.json b/src/opencode/devcontainer-feature.json index e9e4df8..079d936 100644 --- a/src/opencode/devcontainer-feature.json +++ b/src/opencode/devcontainer-feature.json @@ -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": { diff --git a/test/_global/opencode-specific-version.sh b/test/_global/opencode-specific-version.sh index 1eb087d..f117a30 100755 --- a/test/_global/opencode-specific-version.sh +++ b/test/_global/opencode-specific-version.sh @@ -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 diff --git a/test/_global/scenarios.json b/test/_global/scenarios.json index fdd03ad..a4b85c3 100644 --- a/test/_global/scenarios.json +++ b/test/_global/scenarios.json @@ -144,7 +144,7 @@ "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { "opencode": { - "version": "0.10.0" + "version": "1.0.107" } } }