From 16ce7b5d9f57138ababe8c6c0d3402317099149a Mon Sep 17 00:00:00 2001 From: "j.dev" Date: Tue, 10 Mar 2026 21:43:57 -0700 Subject: [PATCH] feat: add opencode plugin --- README.md | 1 + plugins/opencode | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/opencode diff --git a/README.md b/README.md index 9a06f9e4..7c686405 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | Onyx | [jtakakura/asdf-onyx](https://github.com/jtakakura/asdf-onyx) | | OPA | [tochukwuvictor/asdf-opa](https://github.com/tochukwuvictor/asdf-opa) | | Opam | [asdf-community/asdf-opam](https://github.com/asdf-community/asdf-opam) | +| opencode | [egose/asdf-opencode](https://github.com/egose/asdf-opencode) | | openfaas-faas-cli | [zekker6/asdf-faas-cli](https://github.com/zekker6/asdf-faas-cli) | | OpenResty | [smashedtoatoms/asdf-openresty](https://github.com/smashedtoatoms/asdf-openresty) | | opensearch | [randikabanura/asdf-opensearch](https://github.com/randikabanura/asdf-opensearch) | diff --git a/plugins/opencode b/plugins/opencode new file mode 100644 index 00000000..20267fe9 --- /dev/null +++ b/plugins/opencode @@ -0,0 +1 @@ +repository = https://github.com/egose/asdf-opencode.git