Merge PR #76: Align OpenCode integration with current conventions
fix(opencode): align integration with current OpenCode conventions
This commit is contained in:
@@ -328,8 +328,8 @@ install_gemini_cli() {
|
||||
}
|
||||
|
||||
install_opencode() {
|
||||
local src="$INTEGRATIONS/opencode/agent"
|
||||
local dest="${PWD}/.opencode/agent"
|
||||
local src="$INTEGRATIONS/opencode/agents"
|
||||
local dest="${PWD}/.opencode/agents"
|
||||
local count=0
|
||||
[[ -d "$src" ]] || { err "integrations/opencode missing. Run convert.sh first."; return 1; }
|
||||
mkdir -p "$dest"
|
||||
|
||||
Reference in New Issue
Block a user