fix: exec opencode.real directly to avoid re-invoking wrapper

This commit is contained in:
shokollm
2026-03-27 13:43:13 +00:00
parent 94f08c1b8d
commit 7eb83454ba

View File

@@ -121,7 +121,7 @@ create_worktree() {
# Launch opencode in worktree # Launch opencode in worktree
echo "Entering worktree and launching opencode..." echo "Entering worktree and launching opencode..."
cd "$worktree_path" cd "$worktree_path"
exec opencode exec /home/shoko/.opencode/bin/opencode.real
} }
main() { main() {