From 5091c1e1a5bfc8232acac29e593e49ef3f042650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 29 May 2026 22:50:33 +0300 Subject: [PATCH] feat(opencode): add 3rd party fallback completion loader Ref https://github.com/anomalyco/opencode/pull/6239 --- completions-fallback/.gitignore | 1 + completions-fallback/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/completions-fallback/.gitignore b/completions-fallback/.gitignore index 6762a86e74f..fde12fbf5ef 100644 --- a/completions-fallback/.gitignore +++ b/completions-fallback/.gitignore @@ -162,6 +162,7 @@ /okteto.bash /op.bash /opa.bash +/opencode.bash /oras.bash /ory.bash /packer.bash diff --git a/completions-fallback/Makefile.am b/completions-fallback/Makefile.am index 08952516c3a..1e65b6817fc 100644 --- a/completions-fallback/Makefile.am +++ b/completions-fallback/Makefile.am @@ -244,6 +244,7 @@ CLEANFILES = \ okteto.bash \ op.bash \ opa.bash \ + opencode.bash \ oras.bash \ ory.bash \ packer.bash \ @@ -322,6 +323,7 @@ symlinks: $(DATA) gaiad \ ngrok \ npm \ + opencode \ sopstool \ tendermint $(ss) gh \